Site icon David Yin's Blog

How to resolve yum update errors at CentOS 6.5

I have a CentOS installation on a VPS. When I try to update it through Webmin, it always give me some error looks like below:

Multilib version problems found, balabala..

This error kept coming. There are always four updates can not be done. Actually two with two different version.

The solution I googled as below:

rpm --nodeps -e nss-softokn-freebl.{i686,x86_64}

But, when I update with yum update command, yum is not working any more.

It said, libfreebl3.so is missing. I have to go to my another VPS with same version of CentOS 6.5. Found the file libfreebl3.so at /lib64/

Copy the missing file and save it at /lib64/ The do the update command again, it works.

Exit mobile version