At Fri, 24 Sep 2004 22:20:19 +0200, Krzysztof Burghardt wrote: > Instalation of optimized library breaks the whole system. > After reboot init crashed with "Segmentation fault" message. > I boot my box from CD and move /lib/tls/i686 to /lib/tls/i686-disabled. > After this my system works as before. > > I tried to run /bin/true with this library: > [EMAIL PROTECTED]:~$ LD_LIBRARY_PATH=/lib/tls/i686-disabled/cmov /bin/true > Segmentation fault > > I tried to copy /bin and /lib to /tmp/root: > [EMAIL PROTECTED]:/tmp$ sudo chroot root /bin/true > Segmentation fault > > (/bin/strace is staticaly linked) > [EMAIL PROTECTED]:/tmp$ sudo chroot root /bin/strace /bin/true (snip) > No "Segmentation fault" when traced !?
I suspect your machine specific problem. (1) Which processor do you use? (2) Please download libc6-i686 and install it again. Is it broken? (3) Try: LD_LIBRARY_PATH=/lib/tls/i686-disabled/cmov ldd /bin/ls Regards, -- gotom -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

