Constant PHP Warning for Soap.

I installed soap on my Interworx VPS and added the extension code to /etc/php.ini

extension = php_soap.dll

And I rebooted my VPS and now I’m constantly getting these messages in my error log.

PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/php_soap.dll' - /usr/lib64/php/modules/php_soap.dll: cannot open shared object file: No such file or directory in Unknown on line 0

How can I correct that?

Thanks!

Hi kylecool

Welcome to IW forums

The error is the error, you will not have the file or the location maybe wrong.

Many thanks

John

Hi kylecool

I’m sorry, checking a little more, your issue is the dll file is missing in sure.

If you goto nodeworx, system services, web server, php info, do you show soap in php

If not, you need to remove extension soap dll and restart apache

Then ensure soap.so is shown in /usr/lib64/php/modules and check soap.ini from /etc/php.d

If the above are not shown, and your on centos 6, just run from ssh, yum install php-soap and it should install for you

Many thanks

John

That worked! Thanks again! ;-). Glad I choose Interworx over Sentora!