glibc-crypt 2.0.111

Ulrich Drepper drepper@cygnus.com
Thu Apr 1 00:00:00 GMT 1999


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   `------------------------



More information about the Libc-alpha mailing list