This is the mail archive of the libc-alpha@cygnus.com 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: glibc-crypt 2.0.111


John Kennedy <jk@csuchico.edu> writes:

>     make: error in loading shared libraries:
> 	make: symbol __rawmemchr, version GLIBC_2.1 not
> 	defined in file libc.so.6 with link time reference

This means you somehow managed to get a mismatch between the ld.so and
the libc.so used or you have a binary linked against libc.so from
2.0.111 and you are using a different version to run it.

Check which libraries are used, the symlinks, maybe LD_LIBRARY_PATH if
you have this set.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


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