On Thu, November 5, 2015 14:45, Michael Havens wrote:

> lfs@debian:~$ /usr/bin/readelf -e /tools/bin/ls | grep interp
> bash: /tools/bin/grep: No such file or directory

Of course since grep is already in /tools/bin and the interpreter is
mostly broken, you are needing to use /bin/grep from the host.

/usr/bin/readelf -e /tools/bin/ls | /bin/grep interp

Sincerely,

William Harrington
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Do not top post on this list.

A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://en.wikipedia.org/wiki/Posting_style

Reply via email to