On Fri, Feb 02, 2007 at 08:40:14PM +0800, Aleksandar Adam wrote: > > I have tried: > > "ldd /tools/bin/make" > > the output is: > > "tools/bin/ldd: line 124: /tools/bin/make: No such file or directory" > No, from *outside* chroot run the host's ldd on /tools/bin/make (and on /tools/bin/cat, which didn't work, and on /tools/bin/ls which apparently did work). If the library side of things is indeed broken, you can't run the ldd in /tools.
From inside chroot, what do you get for 'echo $PATH' and 'echo $LD_LIBRARY_PATH' ? If you have a working printenv when inside chroot, what does it show ? Ken -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
