Hi Ken,

Running ldd /tools/bin/bash gives:
        linux-vdso.so.1 =>  (0x00007fff3d955000)
libtinfo.so.5 => /lib/x86_64-linux-gnu/libtinfo.so.5 (0x00007f39676b7000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f39674b3000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f39670f3000)
/lib64/ld-linux-x86-64.so.2 (0x00007f39678ff000)

which is bad because /tools/lib is nowhere to be found.

However, checking a later package such as grep gives:
        linux-vdso.so.1 =>  (0x00007fffe7bff000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7eb0a62000)
/tools/lib64/ld-linux-x86-64.so.2 => /lib64/ld-linux-x86-64.so.2
(0x00007f7eb0e42000)

which I'm assuming is good. The result for the other packages is similar to
the one for grep. Is bash the only package with a problem?
Or should the ONLY libraries listed from a ldd check be in /tools/bin (this
would mean that EVERY package is improperly installed)


On Fri, Dec 14, 2012 at 8:09 PM, Michael E. Maher <[email protected]
> wrote:

>
> That should be fine, as long as it's not FAT formatted.
>
> The partition is ext3.

I'm almost positive I only took a break after finishing chapter 5. Thought
it seems that bash is the problem, is it possible that I didn't resume the
environment properly for chapter 6?

Thanks for the help.
-- 
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