Updating PHP in CenOS

Posted by Reza on Super User See other posts from Super User or by Reza
Published on 2012-10-16T11:48:43Z Indexed on 2012/10/17 11:06 UTC
Read the original article Hit count: 393

Filed under:
|
|

I followed this tutorial to update PHP from 5.3 version to 5.4. My distro is CentOS 5.5. after running following command:

yum --enablerepo=remi,remi-test install httpd php php-common  

I get following error:

  --> Missing Dependency: php-common = 5.3.13-1.w5 is needed by package php-zts-5.3.13-1.w5.i386 (installed)
Error: Missing Dependency: php-common = 5.3.13-1.w5 is needed by package php-zts-5.3.13-1.w5.i386 (installed)
Error: php53-common conflicts with php-common
 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.

How can I solve this error?

© Super User or respective owner

Related posts about linux

Related posts about centos