On Mon, Mar 29, 2010 at 2:38 AM, Chris Staub wrote: > On 03/28/2010 02:00 AM, jumbophut wrote: >> I have a significant number of errors when testing the build of >> glibc-2.11.1 in section 6.9 of the book. >> <snip> >> >> /sources/glibc-build/nptl/tst-cancel24: error while loading shared >> libraries: libstdc++.so.6: cannot open shared object file: No such >> file or directory >> ... > This usually means that you've missed a symlink. What's the output of > "ls -l /usr/lib"?
Thank you, that's right on the money. I've got 'libstc++.so.6 -> /tools/lib/libstc++.so.6' instead of 'libstdc++.so.6 -> /tools/lib/libstdc++.so.6'. -- Tony (echo 'spend!,pocket awide' | sed 'y/acdeikospntw!, /[email protected]/') -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
