Launching yum update iìve this message:
[root@cloud03 ~]# yum update
Loaded plugins: fastestmirror, replace
Loading mirror speeds from cached hostfile
* base: centos.mirror1.spango.com
* epel: mirror.nl.leaseweb.net
* extras: centos.mirror1.spango.com
* updates: centos.mirror1.spango.com
* webtatic: uk.repo.webtatic.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(api) = 20090626
Installed: php-common-5.5.11-1.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
Available: php54w-common-5.4.33-1.w6.x86_64 (webtatic)
php(api) = 20100412-64
Available: php54w-common-5.4.34-1.w6.x86_64 (webtatic)
php(api) = 20100412-64
Available: php55w-common-5.5.17-1.w6.x86_64 (webtatic)
php(api) = 20121113-64
Available: php55w-common-5.5.18-1.w6.x86_64 (webtatic)
php(api) = 20121113-64
Available: php56w-common-5.6.1-1.w6.x86_64 (webtatic)
php(api) = 20131106-64
Available: php56w-common-5.6.2-1.w6.x86_64 (webtatic)
php(api) = 20131106-64
Error: Package: php-pecl-igbinary-1.2.1-1.el6.x86_64 (epel)
Requires: php(zend-abi) = 20090626
Installed: php-common-5.5.11-1.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
Available: php54w-common-5.4.33-1.w6.x86_64 (webtatic)
php(zend-abi) = 20100525-64
Available: php54w-common-5.4.34-1.w6.x86_64 (webtatic)
php(zend-abi) = 20100525-64
Available: php55w-common-5.5.17-1.w6.x86_64 (webtatic)
php(zend-abi) = 20121212-64
Available: php55w-common-5.5.18-1.w6.x86_64 (webtatic)
php(zend-abi) = 20121212-64
Available: php56w-common-5.6.1-1.w6.x86_64 (webtatic)
php(zend-abi) = 20131226-64
Available: php56w-common-5.6.2-1.w6.x86_64 (webtatic)
php(zend-abi) = 20131226-64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Someone can help me ? :) Thanks
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
[root@123ifix ~]# yum -y install php-mcrypt.x86_64 Loaded plugins: fastestmirror Setting up Install Process Loading mirror speeds from cached hostfile
You’re running into some kind of dependency problem. This is the sort of thing that can occur when you mix different third party repositories. It looks like you have the remi-php55 repo enabled and the PHP package from it installed. Have you tried installing php55-php-pecl-igbinary
instead?
Click below to sign up and get $100 of credit to try our products over 60 days!
You are mixing third party repositories. In particular, Remi’s repo is notorious for overwriting stock packages with newer packages with the same name. The problem you get into is that EPEL packages are always built against the stock php packages (5.3). Once you overwrite those with Remi’s packages (5.5), EPEL php packages such as php-pecl-igbinary are no longer compatible.
I recommend taking a look at the SafeRepo Initiative. If you need to upgrade to a newer version of php, I recommend using IUS.
Bump same exact issue here… can anyone lend some advice to fixing this issue?