finished 1.10
[linux_from_scratch.git] / FAQ-OBSOLETE / env-bash-no-such-file.xml
blobac5beb15e02167b084f3f22389decb04c1a93e89
1 <qandaentry id="env-bash-no-such-file">
2 <question><para>/usr/bin/env: /bin/bash:
3 No such file or directory</para></question>
4 <answer><para>You're trying to follow the LFS Book
5 and working on entering chroot, right?
6 Most likely $LFS/bin/bash isn't statically linked.
7 Check it with:
8 <screen>file $LFS/bin/bash
9 </screen>
10 If that doesn't say something about "statically linked",
11 reinstall bash following the instructions in Chapter 5.
12 </para></answer>
13 </qandaentry>