On February 20, 2005 11:17 am, Steven Pasternak wrote:
> Thanks! That fixed my problem with bash perfectly :-). I still, though,
> can't get chroot to see /tools/bin/bash, yet it is still there if I use
> /mnt/lfs or just / as root (thanks to symlinks).

What is /tools/bin/bash linked to? Run "ldd /mnt/lfs/tools/bin/bash" and make 
sure it is not linked to libraries in /lib. It should try to find the 
libraries in /tools/lib.

If not, then when you chroot, /lib/libc.so.6 for example doesn't exist and 
bash won't run.

-- 
Gerard Beekmans

/* If Linux doesn't have the solution, you have the wrong problem */

-- 
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