David Ciecierski wrote:

Running ldd on 'home' system (in /tools/bin):
[EMAIL PROTECTED] bin]# ldd /tools/bin/find
        libc.so.6 => /lib/tls/libc.so.6 (0x00246000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x0022e000)

Your problem, I believe, was building the package as host root without PATH set to /tools/bin first in line.
you could *maybe!*:, as root
]# bash
]#export path = /tools/bin:$PATH
then build chapter-5 find .....
]#exit
--
David Jensen

--
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