Please advise in more detail how to make it.  Tks.

A bit hard to state in general terms, since it (to some degree
at least) depends on which book you follow/what you are doing.
But do the tests described in the big yellow "Caution"-box.
Another thing which I like to do is to first make a backup
of the specs fils, e.g., 'cp -i /whatever/specs specs.backup',
then do the sed/perl/whatever, then something like
'diff -w /whatever/specs specs.backup'.

If they're equal, something very likely went wrong.

If not, things may still be wrong. Then you must read the
text in the book, and inspect the 'specs' file, and try to
figure out if the wanted change took place. Typically,
a string '/tools' shall be removed.

But I'm not an authority on this, so remember the grain of salt...
:-)

J.O.

lfs:~$ readelf -l a.out | grep ': /tools'
      [Requesting program interpreter:
/tools/lib/ld-linux.so.2]

Looks ok for the "pre-adjustment stage".
After adjusting my guess would be that it should
be "/lib/ld-linux.so.2".
--
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