Steven Pasternak wrote:
/tools/bin/env: /tools/bin/bash: No such file or directory
[EMAIL PROTECTED] steven]#
Looks like your chapter 5 bash installation may be incorrect.
This is discussed in the FAQ, but I'll give a synopsis for you here as well.
Try this command outside your chroot:
readelf -l /tools/bin/bash | grep interpreter
the output should read something like:
Requesting program interpreter: /tools/lib/ld-linux.so.2
If it doesn't, then something happened that caused bash to link to host libs instead of your new libs in /tools, and you'll need to rectify that.
-J- -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
