Error: Multilib version problems found

Finished Dependency Resolution

Error:  Multilib version problems found. This often means that the root

       cause is something else and multilib version checking..

...you can also use --setopt=protected_multilib=false to remove

The following commands can be useful for removing multiple installs of a lib:

sudo yum install yum-utils
sudo yum-complete-transaction
sudo package-cleanup --cleandupes

In the case of multiples which still occur, in our systems you should be running x86_64 libraries you should be able to remove any .i686 libraries which does not have extended dependencies.

 

  • 26 Users Found This Useful

Was this answer helpful?

Related Articles

cPanel Account - PHP Startup: Unable to load dynamic library

PHP Warning:  PHP Startup: Unable to load dynamic library './xsl.so' - ./xsl.so: cannot open...

Failed to start tailwatchd - Unit tailwatchd service entered failed state

Failed to start tailwatchd. Unit tailwatchd.service entered failed state.  tailwatchd.service...

yum-utils not installed or found on Centos5 64-bit

When yum-utils is not installed or found on Centos5 64-bit the following commands may be used:...

Create CXS Quarantine Directory

The following command may be used to create a quarantine directory for Configserver's CXS: cxs...

How to convert InnoDB to MyISAM

Although at times faster, you will find InnoDB a very large headache when it comes to table...