Current BE-LFS (but w/ GCC 3.3.3) merged -> 6.0 branch
[linux_from_scratch.git] / FAQ-OBSOLETE / glibc-no-ld_map.xml
blob590253f378f544d78b1e01ca4408bc44424aef0e
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,
6 or you're using devfs
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.
10 </para></answer>
11 </qandaentry>