Jump to content

Fatal error: Class 'SoapClient' not found in /var/www/html/


ballhogjoni

Recommended Posts

I am running PHP 5.4.27 and I'm running into this error. I tried to install php-soap via yum install php-soap but i got this error

Error: Package: php-soap-5.3.3-27.el6_5.x86_64 (updates)
           Requires: php-common(x86-64) = 5.3.3-27.el6_5
           Installed: php-common-5.4.27-1.el6.remi.x86_64 (@remi)
               php-common(x86-64) = 5.4.27-1.el6.remi
           Available: php-common-5.3.3-26.el6.x86_64 (base)
               php-common(x86-64) = 5.3.3-26.el6
           Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
               php-common(x86-64) = 5.3.3-27.el6_5
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

I think its because yum is trying to install an incompatible version of php-soap. Any ideas? Thanks

Had to install this rpm ftp://195.220.108.108/linux/remi/enterprise/6/remi/x86_64/php-soap-5.4.27-1.el6.remi.x86_64.rpm by running this on the command line

rpm -ivv ftp://195.220.108.108/linux/remi/enterprise/6/remi/x86_64/php-soap-5.4.27-1.el6.remi.x86_64.rpm

then restarted apache.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.