David Ciecierski wrote:
root:/tools/bin# ls find find root:/tools/bin# ./find --help bash: ./find: No such file or directory
It probably compiled against the wrong libc (or some other library) due to the specs file changes. If you do an 'ldd /tools/bin/find' it should tell you what libraries it's linked to. If there's any there that *aren't* in /tools then it won't work once you're back in the chrooted environment.
Regards, Matt. -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page