Problems with glibc-2.0.94
Andreas Jaeger
aj@arthur.rhein-neckar.de
Thu Jul 23 15:33:00 GMT 1998
>>>>> Damien Kick writes:
> I'm having problems with 'glibc-2.0.94.tar.gz' version of the valid
> snapshots found at ' ftp://alpha.gnu.org/gnu ' (having finally figured
> out to not use ' ftp://alpha.gnu.org/gnu/libc ' <blush>). Having
> compiled and installed 'glibc-2.0.94', I get the following error
> message whenever I attempt to execute a command that uses 'libc.so.6';
> for example:
> ls: error in loading shared libraries
> /usr/local/glibc-2.0.94/lib/libc.so.6: undefined symbol: _dl_debug_impcalls
You've got to use the corresponding ld-linux.so. You can do:
LD_LIBRARY_PATH=/usr/local/glibc-2.0.94/lib \
/usr/local/glibc-2.0.94/lib/ld-linux.so.2 /usr/bin/ls
Or link ls directly with the right dynamic linker
(-Wl,--dynamic-linker=<path-to-ld-linux.so.2>).
> [...]
> (+) Using the following versions of the Glibc and add-ons:
> (-) glibc-2.0.94.tar.gz
> (-) glibc-crypt-2.0.93.tar.gz
> (-) glibc-linuxthreads-2.0.94.tar.gz
> (-) glibc-localedata-2.0.7pre3.tar.gz
> I grabbed the latest versions of everything that I could find
> at ' ftp://alpha.gnu.org/gnu '. I was not 100% confident about
> mixing and matching the version numbers of the libc and
> add-ons source. Is this a problem?
You don't need the localedata add-on, localedata is now part of glibc
2.1. The rest is ok.
Andreas
--
Andreas Jaeger aj@arthur.rhein-neckar.de jaeger@informatik.uni-kl.de
for pgp-key finger ajaeger@alma.student.uni-kl.de
More information about the Libc-alpha
mailing list