diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-19 23:06:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-02-19 23:06:02 +0000 |
commit | 2a97593553736fc01983a7aea29aaed140d1a9e2 (patch) | |
tree | 592331ed1c54fc884eae05c6acd3c621ebf76c62 /chapter06/adjusting.xml | |
parent | ce8ddac04767919dba76335f1134d497dcabf046 (diff) |
Add a fix (embeeded patch) to shadow to fix an upstream bug.
Minor text change in adjusting toolchanin.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11189 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/adjusting.xml')
-rw-r--r-- | chapter06/adjusting.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml index b8cd5b530..1231c2ca8 100644 --- a/chapter06/adjusting.xml +++ b/chapter06/adjusting.xml @@ -52,8 +52,9 @@ readelf -l a.out | grep ': /lib'</userinput></screen> <screen os="c"><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen> - <para>Note that <filename class="directory">/lib</filename> is now - the prefix of our dynamic linker.</para> + <para>Note that on 64-bit systems <filename class="directory">/lib</filename> is + the location of our dynamic linker, but is accessed via a symbolic link + in /lib64.</para> <note><para>On 32-bit systems the interpreter should be /lib/ld-linux.so.2.</para></note> |