Fixing errors when upgrading package in Centos

Fixing errors when upgrading package in Centos

[root@ ~]# yum update
Loaded plugins: downloadonly, fastestmirror, replace
Loading mirror speeds from cached hostfile
 * base: centos.tcpdiag.net
 * epel: mirrors.solfo.com
 * extras: centos.mirrors.hoobly.com
 * rpmforge: mirror.webnx.com
 * updates: mirror.supremebytes.com
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package php-pecl-igbinary.x86_64 0:1.1.2-0.5.git3b8ab7e.el6.remi.1 will be updated
---> Package php-pecl-igbinary.x86_64 0:1.2.1-1.el6 will be an update
--> Processing Dependency: php(zend-abi) = 20090626 for package: php-pecl-igbinary-1.2.1-1.el6.x86_64
--> Processing Dependency: php(api) = 20090626 for package: php-pecl-igbinary-1.2.1-1.el6.x86_64
--> Finished Dependency Resolution
Error: Package: php-pecl-igbinary-1.2.1-1.el6.x86_64 (epel)
           Requires: php(zend-abi) = 20090626
           Installed: php-common-5.5.13-3.el6.remi.x86_64 (@remi-php55)
               php(zend-abi) = 20121212-64
           Available: php-common-5.3.3-26.el6.x86_64 (base)
               php(zend-abi) = 20090626
           Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
               php(zend-abi) = 20090626
           Available: php-common-5.3.3-27.el6_5.1.x86_64 (updates)
               php(zend-abi) = 20090626
           Available: php-common-5.3.3-27.el6_5.2.x86_64 (updates)
               php(zend-abi) = 20090626
Error: Package: php-pecl-igbinary-1.2.1-1.el6.x86_64 (epel)
           Requires: php(api) = 20090626
           Installed: php-common-5.5.13-3.el6.remi.x86_64 (@remi-php55)
               php(api) = 20121113-64
           Available: php-common-5.3.3-26.el6.x86_64 (base)
               php(api) = 20090626
           Available: php-common-5.3.3-27.el6_5.x86_64 (updates)
               php(api) = 20090626
           Available: php-common-5.3.3-27.el6_5.1.x86_64 (updates)
               php(api) = 20090626
           Available: php-common-5.3.3-27.el6_5.2.x86_64 (updates)
               php(api) = 20090626

 

 

You can run the below command to fix it:

yum –enablerepo=remi,remi-php55 update

Revisions

No comments yet.

Leave a Reply