On Wed, Nov 29, 2000 at 11:08:36AM -0500, Jim Simmons wrote:
> You get this message if you try to run an application that is linked to the
> old c libraries (libc5) that are no longerincluded with RH 7.0.
> 
> Try getting the following rpm's from a 6.2 distribution and installing them:
> 
>       ld.so-1.9.5-13.i386.rpm
>       libc-5.3.12-31.i386.rpm

It should be easy to find out whether that's the problem:

ldd FULL_PATH_TO_PROGRAM

or (if PROGRAM is in PATH)

ldd `which PROGRAM`

should prodice one or more "not found" if one or more libraries are
missing.

Cheerio,

Thomas
-- 
             "Look, Ma, no obsolete quotes and plain text only!"

     Thomas Ribbrock | http://www.bigfoot.com/~kaytan | ICQ#: 15839919
   "You have to live on the edge of reality - to make your dreams come true!"



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to