BizLab Posted April 11, 2012 Share Posted April 11, 2012 I'm trying to install SOAP on a MediaTemple DV 4.0 (64bit CentOS 5, PHP ver 5.3.5) VPS server. When i ran yum install php-soap I get this Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package php-soap.x86_64 0:5.1.6-32.el5 set to be updated --> Processing Dependency: php-common = 5.1.6-32.el5 for package: php-soap --> Finished Dependency Resolution php-soap-5.1.6-32.el5.x86_64 from base has depsolving problems --> Missing Dependency: php-common = 5.1.6-32.el5 is needed by package php-soap-5.1.6-32.el5.x86_64 (base) Error: Missing Dependency: php-common = 5.1.6-32.el5 is needed by package php-soap-5.1.6-32.el5.x86_64 (base) You could try using --skip-broken to work around the problem You could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest The program package-cleanup is found in the yum-utils package. I found and downloaded "php-soap-5.1.6-32.el5.x86_64". When trying to install, i am greeted with this message warning: php-common-5.1.6-32.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID e8562897 package php-common-5.3.5-1.el5.remi.1.x86_64 (which is newer than php-common-5.1.6-32.el5.x86_64) is already installed file /etc/php.ini from install of php-common-5.1.6-32.el5.x86_64 conflicts with file from package php-common-5.3.5-1.el5.remi.1.x86_64 Basically, the existing php-common file is more recent. What else can i do to install SOAP on this server ? Quote Link to comment Share on other sites More sharing options...
BizLab Posted April 11, 2012 Author Share Posted April 11, 2012 After following these instructions : http://wiki.mediatemple.net/w/(dv)_4.0:Install_SOAP_using_Yum and restarting apache, SOAP still doesn't show up in the "$pear list". Installed packages, channel pear.php.net: ========================================= Package Version State Archive_Tar 1.3.9 stable Console_Getopt 1.3.1 stable PEAR 1.9.4 stable Structures_Graph 1.0.4 stable XML_RPC 1.5.5 stable XML_Util 1.2.1 stable There were no dependency issues or errors during the upgrade process. Any ideas? Quote Link to comment Share on other sites More sharing options...
BizLab Posted April 11, 2012 Author Share Posted April 11, 2012 When running yum install php-soap Again to see if it was indeed installed, i see this (as expected) [root@domain ~]# yum install php-soap Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.steadfast.net * epel: mirror.cogentco.com * extras: mirror.cogentco.com * remi: remi-mirror.dedipower.com * updates: mirror.trouble-free.net base | 1.1 kB 00:00 epel | 3.4 kB 00:00 extras | 2.1 kB 00:00 remi | 2.5 kB 00:00 remi/primary_db | 274 kB 00:00 updates | 1.9 kB 00:00 updates/primary_db | 227 kB 00:00 Setting up Install Process Package php-soap-5.3.10-2.el5.remi.x86_64 already installed and latest version Nothing to do So why doesn't SOAP show up in the Pear list..? Quote Link to comment Share on other sites More sharing options...
BizLab Posted April 12, 2012 Author Share Posted April 12, 2012 I just glanced at my phpinfo() page before taking a break and soap.ini is in there and showing as an active module, I'll test this a little later 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.