On Fri, 2012-12-14 at 21:32 -0500, Alexander Spitzer wrote: > I'm assuming it doesn't work from the inside (i.e. chroot command > gives an error) because it can't get to the interpreter requested: > "/lib64/ld-linux-x86-64.so.2"
Yes, that'd be correct. That path *will* exist a little later (once you install glibc in chapter 6), but is definitely wrong at this point in time. > Now I have to try and figure out how to fix the bash binary to look > for the correct interpreter. Does it work if you simply rebuild bash, according to the instructions in the book? No need to actually install it - just run the steps up to "make", and run readelf on the resulting binary in order to see if it's valid. Also, someone else asked you to run "ls -l /tools/bin/bash", but I don't see the output of that command in any of your emails. Might be important? Simon.
signature.asc
Description: This is a digitally signed message part
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
