ÕÅ ÓÂ˳ wrote:
i am install the lfs 6.1 in debian 3.1 with kernel 2.6.8.11-i386 gcc 3.4.3 and make this erren
[EMAIL PROTECTED]:/mnt/lfs# 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
chroot: cannot run command `/tools/bin/env': No such
file or directory

Did you set up the environment properly before you started? If not, you may 
have compiled /tools/bin/env linked against the libraries on your host system. 
What does ldd /tools/bin/env say? If it lists libraries that are on your host 
system and not in tools then /tools/bin/env won't work when you chroot, as 
you've found.
--
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