aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/adjusting.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/adjusting.xml')
-rw-r--r--chapter08/adjusting.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/adjusting.xml b/chapter08/adjusting.xml
index 4bd8a85cc..7d01dcfb6 100644
--- a/chapter08/adjusting.xml
+++ b/chapter08/adjusting.xml
@@ -102,7 +102,7 @@ SEARCH_DIR("/lib")</computeroutput></screen>
<para os="n">The output of the last command should be:</para>
-<screen os="o"><computeroutput>attempt to open /lib/libc.so.6 succeeded</computeroutput></screen>
+<screen os="o"><computeroutput>attempt to open /usr/lib/libc.so.6 succeeded</computeroutput></screen>
<para os="p">Make sure GCC is using the correct dynamic linker:</para>
@@ -111,7 +111,7 @@ SEARCH_DIR("/lib")</computeroutput></screen>
<para os="r">The output of the last command should be (allowing for
platform-specific differences in dynamic linker name):</para>
-<screen os="s"><computeroutput>found ld-linux-x86-64.so.2 at /lib/ld-linux-x86-64.so.2</computeroutput></screen>
+<screen os="s"><computeroutput>found ld-linux-x86-64.so.2 at /usr/lib/ld-linux-x86-64.so.2</computeroutput></screen>
<para os="t">If the output does not appear as shown above or is not received
at all, then something is seriously wrong. Investigate and retrace the