Skip to main content

yum update returns error "Multilib version problems found."

Comments

4 comments

  • cPanelMichael
    Hello :) This is discussed on the following thread:
    0
  • postcd
    Thanks, i checked that thread, but im not able to solve it. the "yum update" error is: Protected multilib versions: libffi-3.0.5-3.2.el6.i686 != libffi-3.0.9-1.el5.rf.x86_64 My CentOS is 6.6, x86_64 . Does it mean i have CentOS 5 package installed and that is issue? # rpm -qa | grep libffi libffi-3.0.9-1.el5.rf.x86_64 # yum list libffi Installed Packages libffi.x86_64 3.0.9-1.el5.rf @rpmforge Available Packages libffi.i686 3.0.5-3.2.el6 base # yum repolist enabled base CentOS-6 - Base 6513+62 draios Draios 11 *epel Extra Packages for Enterprise Linux 6 - x86_64 11069+695 extras CentOS-6 - Extras 43 updates CentOS-6 - Updates 379+48 vz-base vz-base 3 vz-updates vz-updates how can i please install/reinstall it good so yum update works? i found nothing suspicious in /etc/yum.repos.d someone adviced: #rpm -e --nodeps libffi but not sure if its safe
    0
  • postcd
    I tried that command: #rpm -e --nodeps libffi then this one: #yum install libffi-devel and it worked to install el6 version # yum update than was not interupted and wanting me to upgrade 187 packages and install 13 here:
    0
  • cPanelMichael
    Hello :) You may want to consider removing the RPMForge YUM repo if you are not using it for a specific purpose. It's not utilized by default and it's possible that it's the source of this error message. Otherwise, you can proceed with updating the packages as advised in the output of the "yum update" command. Thank you.
    0

Please sign in to leave a comment.