On Sat, 16 Oct 2010 19:35:55 +0530 sreejan kumar <[email protected]> wrote:
> Hello > I have been facing some problem in running this command > could you specify how should i proceed?? > > > r...@trinity-desktop:/# chroot "$LFS" /tools/bin/env -i > HOME=/root TERM="$TERM" PS1='\u:\w\$ ' > PATH=/bin:/usr/bin:/sbin:/usr/sbin:/tools/bin /tools/bin/bash > --login +h > > /tools/bin/env: /tools/bin/bash: No such file or directory > > r...@trinity-desktop:/# Have you read the FAQ? http://www.linuxfromscratch.org/lfs/faq.html#any-no-such-file Basically you've compiled some of the things in /tools linked to the libraries in /lib or /usr/lib on your host system. Either use ldd to find what has been miscompiled or (probable easier) start again. Andy -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
