Enable Soap.

kevinwalter

Verified User
Joined
Jun 1, 2011
Messages
51
Hello,


How do I enable soap? I've already put the --enable-soap line in de config file.

/usr/local/directadmin/custombuild/configure/ap2/configure.php5


But after ./build clean and then ./build php n it won't work.
I get a couple of errors wich is very strange:

Code:
-bash-3.2# ./build clean
-bash-3.2# ./build php n
File already exists:    php-5.3.8.tar.gz
MD5 Checksum on php-5.3.8.tar.gz passed.
PHP Warning:  PHP Startup: Unable to load dynamic library './php_soap.dll' - ./php_soap.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library './php_soap.dll' - ./php_soap.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library './php_soap.dll' - ./php_soap.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library './php_soap.dll' - ./php_soap.dll: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library './php_soap.dll' - ./php_soap.dll: cannot open shared object file: No such file or directory in Unknown on line 0
Found /usr/local/directadmin/custombuild/php-5.3.8.tar.gz
Extracting ...
Done.

It's a linux so i need .so not .dll why is he using .dll?
 
Back
Top