ballhogjoni Posted April 22, 2014 Share Posted April 22, 2014 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 Quote Link to comment https://forums.phpfreaks.com/topic/287950-fatal-error-class-soapclient-not-found-in-varwwwhtml/ Share on other sites More sharing options...
Solution ballhogjoni Posted April 22, 2014 Author Solution Share Posted April 22, 2014 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. Quote Link to comment https://forums.phpfreaks.com/topic/287950-fatal-error-class-soapclient-not-found-in-varwwwhtml/#findComment-1477010 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.