On 2/2/07, Ken Moffat <[EMAIL PROTECTED]> wrote:
> >
>  So, we are back to my original assumption - you have linked at
> least part of the chapter 5 programs against the host's libraries
> instead of against libraries in /tools.

Try this out (probably from outside the chroot):

for p in /tools/bin/*; do
   echo -n "$p: "
   readelf -l $p 2>/dev/null | grep ld-linux
done

Does it say /lib/ld-linux.so.2 for anything? It should say
/tools/lib/ld-linux.so.2 for everything (or very close to it).

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to