PDA

View Full Version : Yum fipscheck problems with 64-bit CentOS


IWorx-Tim-Pgh
10-29-2009, 10:15 AM
Hi everyone -

We've seen this problem often enough that I decided to write about it so the Googles can find it!

The symptom is yum output like this:

Error: fipscheck-lib conflicts with fipscheckThe problem seems to be that for some reason or other, both the 32-bit and the 64-bit libraries are installed for fipscheck. We haven't figured out how this happens in the first place, but it's come up a number of times now.

The solution is

yum erase fipscheck.i386BUT MAKE SURE THERE ARE NO WEIRD DEPENDENCIES!

then try

yum updateagain. That should do it!

john2k
11-10-2009, 02:47 PM
Thanks for posting this. This is what I get for a dependency:

Removing for dependencies:
nss_ldap i386 253-17.el5 installed 3.3 M


Would it be fine to go ahead with erasing fipscheck.i386 and this nss_ldap dependency? (I'm running interworx on 64-bit CentOS 5)

IWorx-Paul
11-10-2009, 04:18 PM
Hi John,

Yes, that should be fine.

Paul

john2k
11-11-2009, 12:16 AM
Thanks, that seems to have worked fine. :)