Joseph Villa wrote: > Hi, > > I've found that I'm having problems with Perl after doing the chroot > command in the beginning of Chapter 6. Perl doesn't run, and acts as > if the executable where perl lives at, isn't there. > > I've checked my links to perl when I'm outside of the chroot > environment, and everything works fine, I only notice problems when I > execute the chroot to my $LFS directory.
You haven't given us quite enough info to help. The perl binary should be in /usr/bin/perl inside chroot and /mnt/lfs/usr/bin/perl outside. What is the result of `ls -l /usr/bin/perl` inside chroot. ldd /usr/bin/perl would also be useful. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
