enable soap in directadmin

xlinux

Verified User
Joined
May 4, 2012
Messages
72
i want to install soap

i edit /usr/local/directadmin/custombuild/custom/ap2/configure.php5

and add --enable-soap \ and ./build php n

and edit /usr/local/etc/php5/cgi/php.ini

remove ; before php_soap.dll

after that restart apache: /sbin/service httpd restart

but soap still not running ?

how i can fix it
 
Linux does not support dll files only windows.
 
i see this error

PHP Warning: PHP Startup: Unable to load dynamic library './php_soap.so' - ./php_soap.so: cannot open shared object file: No such file or directory in Unknown on line 0
 
To enable soap, you no need to use extension, you should rebuild PHP with support of it only, as you did it already:

i edit /usr/local/directadmin/custombuild/custom/ap2/configure.php5

and add --enable-soap \ and ./build php n
 
Back
Top