Russell Stockhammer wrote: > For some reason the coreutils executables have linked to /lib/ld-linux.so.2. > If I make a symlink of /tools/lib/ld-linux.so.2 -> /lib/ld-linux.so.2 > everything in coreutils works perfectly. Now I suspect since glibc is the > first thing to be built that this one symlink isn't going to effect the > system since it will be replaced by the real thing before anything else gets > compiled. Am I right in thinking this or will I need to fix coreutils before > I continue?
Double check the other applications. If it is only coreutils, then you can try fixing that. The safe way is to start over... -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
