1 <qandaentry id="glibc-no-ld_map">
2 <question><para>Glibc fails with
3 "ld.map: No such file or directory".</para></question>
4 <answer><para>You're missing /dev/null.
5 Either you forgot to create it when the glibc build instructions say to,
7 and forgot to "mount --bind /dev $LFS/dev" before chrooting.
8 You may have to delete and recreate
9 the glibc-N.N.N and glibc-build directories after fixing that.