reassign 606098 libc6 thanks On Wed, Dec 08, 2010 at 12:07:11PM +0100, Thomas Clavier wrote: > Hello,
Hi, > First, sory for this very long mail. I have test that : > > vi /etc/apt/source.list > :%s/lenny/squeeze/g > :wq > apt-get update > apt-get install linux-modules-2.6-xen-686 udev > apt-get install libc6-i686 > > and this last command crash with that output : > > vm01:~# apt-get install libc6-i686 First of all libc6-i686 is not used on a xen system, the libc6-xen library is already optimized for i686. Anyway that's not the issue here. Your system seems to work with libc6 2.11, but problems start when both libc6-xen and libc6-i686 are configured, that is when the optimized libraries are enabled, by removing /etc/ld.so.nohwcap. You can probably recover your system by doing as root 'touch /etc/ld.so.nohwcap' (when your system is screwed, you may use busybox-static for that). Your problem is probably related to an old version of the libc6 installed somewhere in a subdirectory of /lib. Could you please send me the output of 'find /lib /usr/local/lib . -name libc*so* | xargs ls -l' ? Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org