On Tuesday 08 May 2007 11:20, Charles de Miramon wrote: > Hello, > > Since upgrading to Sid my AMD64 box, my chroot is broken : > > chroot /emul/ia32-linux > /bin/bash: relocation error: /lib/tls/libc.so.6: symbol _dl_out_of_memory, > version GLIBC_PRIVATE not defined in file ld-linux.so.2 with link time > reference > > It seems related with #419189 but I don't know what I can do to upgrade the > libc6 inside the chroot.
What about copying the lib into the chroot...? cp /lib/libc.so.6 /path/to/chroot/lib HTH, Marcus -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

