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
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
[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?