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.
8 <screen>file $LFS/bin/bash
10 If that doesn't say something about "statically linked",
11 reinstall bash following the instructions in Chapter 5.