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/custombuildNow let’s see our custom build configuration files.
./build used_configsOne of the outputs is the PHP configuration file, edit that file,
/usr/local/directadmin/custombuild/configure/suphp/configure.php5Now 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