On Thu, 29 Dec 2011 06:47:39 -0500 Austin Jones <[email protected]> wrote:
> I'm doing LFS 7.0 on an Ubuntu 11.10 system. My system rebooted and I need > to get back into the Chroot environment. I mounted all the virtual kernel > file systems, but when I ran the Chroot command in section 6.4, I received: > > chroot: failed to run command `/tools/bin/env': No such file or directory > What does this show? ldd /tools/bin/env If it mentions /usr/lib or /lib then you have compiled it linked to libraries on your host system and it will not work in chroot. If so it (and everything else that has been miscompiled) will need to be recompiled properly. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
