in section 10.3 in the Pure64 book, I had to touch /etc/ld.so.conf in order to get the compile to work (complained otherwise). Also, in the make install section, I get the following error:
CC="gcc" /usr/bin/perl scripts/test-installation.pl /sources/glibc-build/ /usr/bin/ldd: line 167: /lib/ld-linux.so.2: No such file or directory ldd: /lib/ld-linux.so.2 exited with unknown exit code (127) ldd execution failed at scripts/test-installation.pl line 182. make[1]: *** [install] Error 1 make[1]: Leaving directory `/sources/glibc-2.3.5' make: *** [install] Error 2 I checked my specs file and it calls out for /lib32/ld-linux.so.2 for 32 bit builds (which don't really exist on this system anyway), and /lib/ld-linux-x86-64.so.2 for 64 bit builds. So I don't understand who or what is asking for /lib/ld-linux.so.2. -Doug -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page