PHP-SOAP Installation on DirectAdmin

People using Direct Admin usually do the mistake to install anything new by using the yum repositories. In fact, Direct Admin has a custom build method, so when you want to add something new to your system, you might need to recompile what’s allready installed.

The same goes for the PHP-SOAP too. Yet don’t freak out, it’s very simple.

Go to your Direct Admin custom build directory
cd /usr/local/directadmin/custombuild
Now let’s see our custom build configuration files.
./build used_configs
One of the outputs is the PHP configuration file, edit that file,
/usr/local/directadmin/custombuild/configure/suphp/configure.php5
Now append –enable-soap to the end of the file. Don’t forget to add a “\” to the end of the last line.

After this, save the file and exit. Now we’re ready to recompile php.
./build php all
  • 90 Users Found This Useful
Was this answer helpful?

Related Articles

Adding New IP to DirectAdmin From Different Subnet and Gateway

Earlier I’ve posted an article describing how to add multiple ip addresses on a single...

Directadmin : Problem Receiving Emails – The “Unknown User” Issue

If you get a 550 error as a reply when you email a user with directadmin, saying Remote host...

How to Reset DirectAdmin “admin” Password

DirectAdmin determines the admin password during installation and saves these passwords into the...

MySQL root password recovery in DirectAdmin

Before changing MySQL root password you may try to recover default installation password....

Step III: DirectAdmin post installation tasks

There are some important processes after successfully installation of DirectAdmin and if you miss...