On Sun, May 13, 2001 at 06:35:34PM +0200, Andreas Jaeger wrote: > Ulrich Wiederhold <[EMAIL PROTECTED]> writes: > > > Hello Richard, > > * Richard Froehning <[EMAIL PROTECTED]> [010512 17:43]: > > > > > > Is it about the GLIBC_2.3.3 and amd complaining it does not > > > find _bla_thread_bla? > > > > Again: > > home:/usr/src/kernel-source-2.4.4# make menuconfig > > rm -f include/asm > > ( cd include ; ln -sf asm-i386 asm) > > make -C scripts/lxdialog all > > make[1]: Entering directory > > `/usr/src/kernel-source-2.4.4/scripts/lxdialog' > > /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > > /lib/libc.so.6: undefined reference to [EMAIL PROTECTED]' > > collect2: ld returned 1 exit status > > That means that your ld-linux.so.2 is not from glibc 2.2.3. Please > check *all* your ld-linux.so.2 files.
Just saw this on libc-alpha aswell. If there are extra ld-linux.so.2's laying around, they aren't from Debian packages. Try doing: ldconfig -p | grep ld-linux.so.2 Ben -- -----------=======-=-======-=========-----------=====------------=-=------ / Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \ ` [EMAIL PROTECTED] -- [EMAIL PROTECTED] -- [EMAIL PROTECTED] ' `---=========------=======-------------=-=-----=-===-======-------=--=---'

