Comment 22 for bug 1247026

Revision history for this message
Sergey Grebenkin (sergey-grebenkin) wrote :

I would say the previous works with corrections:
3) Reboot the system using a live-cd.

Additional steps:
3a) mount -o rw /dev/sda1 /mnt
3b) mount --bind /dev /mnt/dev
3c) mount --bind /sys /mnt/sys
3d) mount --bind /proc /mnt/proc

4) cd /mnt/lib64
ln -s -r ../lib/x86_64-linux-gnu/ld-2.17.so ld-linux-x86-64.so.2

P.S.: One can try LD_PRELOAD to make chroot work in a new env. I had no success in it.