bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs glibc install fails


From: Justin Guyett
Subject: Re: cvs glibc install fails
Date: Tue, 26 Jun 2001 15:02:28 -0700 (PDT)

On Tue, 26 Jun 2001, Tim Burgess wrote:

> When I do a 'make install' however, I get this:
> : /usr/lib/librt_p.a
> make[2]: Leaving directory `/home/tim/dump/libc/rt'
> make  -C conform subdir_install
> make: error while loading shared libraries: /lib/librt.so.1: symbol
> __pthread_clock_
> settime, version GLIBC_2.2.3 not defined in file libpthread.so.0 with
> link time refe rence

this happens on my redhat 7.1 systems when recompiling, because ldconfig
failes to re-symlink libc.so.6 to the libc-2.2.3.so, and libc-2.2.2.so,
which is what it's symlinked to, obviously has no GLIBC_2.2.3 symbol.
try rm'ing libc.so.6 and recreating it as a link to the new libc-2.2.3.so.
(but of course if the library is screwed up your system will be hosed,
make sure you have static file utilities around somewhere to point the
link back at libc-2.2.2.so if things break).


justin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]