Fady Fawzy wrote: > when i trying to chroot into the lfs environment using : > > 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 > > And i surprised from the output: > > /tools/bin/env: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
chroot is done in Chapter 6. It looks like glibc was not installed properly in Chapter 5. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
