Russell Stockhammer wrote:
> 
>> What about 'ls /tools/bin'?

That looks OK.  Does 'ls -l /tools; look like:

lrwxrwxrwx 1 root root 14 Jul 16 10:59 /tools -> /mnt/lfs/tools

If that is OK, then I don't know what is wrong.  The files programs env and 
bash 
are there.  Of course you need to run chroot as root.

You could also check the libraries:

$ ldd /tools/bin/env
         linux-gate.so.1 =>  (0xffffe000)
         libc.so.6 => /tools/lib/libc.so.6 (0xb7e6e000)
         /tools/lib/ld-linux.so.2 (0xb7fbd000)


You could also remove one level of indirection with:

chroot /mnt/lfs /tools/bin/env -i ...

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to