Gossamer Forum
Quote Reply
libc.so
Im trying to install libc on my server using the rpm:

rpm -Uvvh pkg.rpm

....and get....

libc.so.5 is needed by pkg.rpm
libm.so.5 is needed by pkg.rpm

So I try to install libc/libm and get:

ld.so >= 1.9.9 is needed by libc-5.4.46-2

So I try to upgrade ld.so and get:

libc.so.5 is needed by ld.so-1.9.9-9

Ugh. Any ideas how to get around this?

Last edited by:

Paul: Apr 23, 2002, 11:42 AM
Quote Reply
Re: [Paul] libc.so In reply to
If you are using Mandrake: urpmi pkg.

Else: rpm --nodeps pkg.rpm

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Quote Reply
Re: [yogi] libc.so In reply to
Ah yeah thanks...Im using RedHat so I'd need nodeps...totally forgot about that...eek.

rpm help Smile

Last edited by:

Paul: Apr 23, 2002, 12:12 PM
Quote Reply
Re: [yogi] libc.so In reply to
Thanks, that seems to have done the trick.

Hardly seems worth the effort when it is for FrontPage support Laugh