Problem with SOAP installation

Hi , I am having a tough time trying to install Pear module SOAP for PHP 5 on my Centos 6.4 server , with php 5.4..

When i try to install the SOAP PHP module from the webmin->others ->PHP Pear Modules ,I am getting the following error --

"Failed to download pear/SOAP within preferred state "stable", latest release is version 0.13.0, stability "beta", use "channel://pear.php.net/SOAP-0.13.0" to install install failed"

Also when I run -- "yum install php-soap"

I am getting the following error -- "Error: Package: php-soap-5.3.3-22.el6.x86_64 (base) Requires: php-common(x86-64) = 5.3.3-22.el6 Installed: php-common-5.4.10-1.el6.remi.x86_64 (@remi) php-common(x86-64) = 5.4.10-1.el6.remi Available: php-common-5.3.3-22.el6.x86_64 (base) php-common(x86-64) = 5.3.3-22.el6 You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest"

Andy can you please help me with this ?

Status: 
Active

Comments

Ok , Now I know my fault why yum install php-soap is not working ...I have messed the stable centos 6 release by adding Remi repo ...

Turned the remi test repo and now yum install php-soap works just fine ..

But I would still want remain with the stable centos release ...

Can anyone tell me how can i remove the remi repo ..downloadgrade my php to 5.3 and remain with the rest of herd with the stable centos built ?

Howdy -- yeah, using third party repos can cause some problems, we'd recommend sticking to the defaults when possible.

You can see a list of all your PHP related packages with this command:

rpm -qa | grep php

Once you've disabled the REMI repo, you should then be able to downgrade any of those packages with this command:

yum downgrade package1 package2 package3 ...

If you have any additional questions on that -- since the Support area here is for folks using Virtualmin Pro, and it looks like you have Virtualmin GPL there... you'd want to ask any followup questions in the forums.

We monitor those, along with lots of wonderful folks in the community. Thanks!

However, hopefully the above will be all you need!