directadmin and how to build new php wiht new options September 3, 2010 at 10:09 am
I needed to enable php-soap in directadmin build php.
Locate your php config file:
cd /usr/local/directadmin/custombuild
./build used_configs
Edit your php5 config file: (example)
vim /usr/local/directadmin/custombuild/custom/suphp/configure.php5
Add: (Note that only the last rule has no slash!)
–enable-soap
Save the file and rebuild PHP:
./build php all

Leave a Reply
You must be logged in to post a comment.