Daniel Cremer wrote: > Hello lfs-support@linuxfromscratch.org > > In Chapter 6.7 of the LFS book I got an error while > "make headers_check" > It says "/usr/bin/perl: No such file or directory". > > But the file is there (in chroot environment): > root:/# ls -la /tools/bin/perl > results in: > -rwxr-xr-x 1 root root 1166572 Jul 28 22:53 /tools/bin/perl > > root:/# ls -la /usr/bin/perl > results in: > lrwxrwxrwx 1 root root 15 Jul 28 23:55 /usr/bin/perl -> /tools/bin/perl
> Whats wrong? You are probably missing a library. In chroot, try `ldd /usr/bin/perl` -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page