kendhal Posted July 4, 2008 Share Posted July 4, 2008 HI all, I am trying to enable SOAP on my linux box with php 5.1.6. I have loaded up phpinfo() and it does not mention Soap in there. All the modules (mysql, imap, ladap etc....) have their own .ini files under /etc/php.d so I went ahead and created one for soap (soap.ini) that contains "extension=php_soap.so". When I run "php -m" I get the following error: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/php_soap.so' - /usr/lib/php/modules/php_soap.so: cannot open shared object file: No such file or directory in Unknown on line 0 Below are the results of "# rpm -qa | grep -i php" php-common-5.1.6-15.el5 php-cli-5.1.6-15.el5 php-pdo-5.1.6-15.el5 php-odbc-5.1.6-15.el5 php-imap-5.1.6-15.el5 php-ncurses-5.1.6-15.el5 php-pear-1.4.9-4 php-xml-5.1.6-15.el5 php-xmlrpc-5.1.6-15.el5 php-mysql-5.1.6-15.el5 php-pgsql-5.1.6-15.el5 php-5.1.6-15.el5 php-ldap-5.1.6-15.el5 php-snmp-5.1.6-15.el5 php-devel-5.1.6-15.el5 php-mbstring-5.1.6-15.el5 php-gd-5.1.6-15.el5 phpMyAdmin-2.11.5-1.gdg phpPgAdmin-4.1.3-1.gdg Obviously I don't have Soap installed/configured but my question is that were do I go about getting the soap module and how/where do I install it on the server? Any help would be greatly appreciated. Thanks! KD Quote Link to comment Share on other sites More sharing options...
DarkWater Posted July 4, 2008 Share Posted July 4, 2008 What system do you have? Debian? Quote Link to comment Share on other sites More sharing options...
DarkWater Posted July 4, 2008 Share Posted July 4, 2008 Oh, by the way, if you have apt-get, do: sudo apt-cache search php | grep -i "soap" To see if there's a package you need to install. Quote Link to comment Share on other sites More sharing options...
kendhal Posted July 5, 2008 Author Share Posted July 5, 2008 system info: [root]# uname -a Linux 2.6.9-023stab044.3-enterprise #1 SMP Fri May 11 10:27:07 MSD 2007 i686 i686 i386 GNU/Linux Quote Link to comment Share on other sites More sharing options...
DarkWater Posted July 5, 2008 Share Posted July 5, 2008 I mean what Linux distro do you have. I think you have Red Hat now that I realized that you have rpm, lol. Try: yum search php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.