This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: version woes


On Mon, Jun 26, 2000 at 05:58:56PM -0400, eddy@eddy.casa-z.org wrote:
> 
> Hello all,
> 
>   I hope I'm not asking an already addressed question, but I couldn't find
> symptoms of my problem anywhere in the archives.
> 
>   My problem is this: I will be slogged into my computer, happily twiddling
> away in bash, when all of a sudden, every time I try to run a command, I
> get something like this:
> 
> beauty:/www/programs/resacast$ cp async.h circular.h
> cp: /usr/local/lib/libc.so.6: version `GLIBC_2.1' not found (required by cp)
> cp: /usr/local/lib/libc.so.6: version `GLIBC_2.0' not found (required by cp)
> cp: /lib/ld-linux.so.2: version `GL' not found (required by /usr/local/lib/libc.so.6)
> cp: /lib/ld-linux.so.2: version `GLIB' not found (required by /usr/local/lib/libc.so.6)
> cp: /lib/ld-linux.so.2: version `GLIBC_' not found (required by /usr/local/lib/libc.so.6)

What is that libc in /usr/local/lib ? It seems that you have glibc-2.1
in /lib and glibc-2.0 in /usr/local/lib.

Try to move /usr/local/lib/libc.* outside a directory mentioned
in /etc/ld.so.conf and LD_LIBRARY_PATH

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]