What 32-bit libs needed for OMSA?

Michael E Brown Michael_E_Brown at dell.com
Mon Nov 12 18:09:46 CST 2007


On Fri, Nov 09, 2007 at 04:41:51PM -0500, J. Epperson wrote:
> On Fri, November 9, 2007 16:10, Jeff Larsen wrote:
> >> AHA!  I have paths for everything, but I have /lib/libpthread.so.0 not
> >> /lib/tls/libpthread.so.0 (same for libm.so.6).  Quick search says the
> >> /lib/tls is NPTL and the other one is LinuxThreads.  Can you do a
> >> rpm -f /lib/tls/libpthread.so.0
> >> and
> >> rpm -f /lib/tls/libm.so.6
> >> and let me know what package(s) they're from?
> >
> > Oh crap. It looks like I grabbed the ldd output from a CentOS 4.5 box,
> > not my 5.0 box. The 5.0 box links to /lib/libpthread.so.0 and
> > /lib/libm.so.6 just like yours. I think we're barking up the wrong
> > tree here. Sorry.
> >
> 
> No sweat. I still think it's some 32/64 lib cross-up.  Maybe the dell
> doods will weigh in over the weekend. I'm out til Tuesday.

If you have your local yum setup correctly (or up2date for rhel4), then
it should automatically:
  A) install all the necessary deps for you (if it doesnt, thats a bug
that we can fix)
  B) complain really loudly and refuse to install if it cannot install
the proper deps.

Assuming you got it installed without using a big hammer, I would have
to assume the deps are right and that there is something else going on.

Search the archives for other similar problems, because I recall this
happening on a regular basis for other reasons...

--
Michael



More information about the Linux-PowerEdge mailing list