Locate your php config file:
Edit your php5 config file: (example)
nano /usr/local/directadmin/custombuild/configure/suphp/configure.php5
Add: (Note that only the last rule has no slash!)
--enable-soap
Save the file and rebuild PHP:
./build php all
Locate your php config file:
Edit your php5 config file: (example)
nano /usr/local/directadmin/custombuild/configure/suphp/configure.php5
Add: (Note that only the last rule has no slash!)
--enable-soap
Save the file and rebuild PHP:
./build php all