Changeset bf0d4ff for chapter08/adjusting.xml
- Timestamp:
- 05/07/2021 11:09:16 PM (21 months ago)
- Branches:
- xry111/usr-move
- Children:
- dc5635a
- Parents:
- f786b81
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter08/adjusting.xml
rf786b81 rbf0d4ff 103 103 <para os="n">The output of the last command should be:</para> 104 104 105 <screen os="o"><computeroutput>attempt to open / lib/libc.so.6 succeeded</computeroutput></screen>105 <screen os="o"><computeroutput>attempt to open /usr/lib/libc.so.6 succeeded</computeroutput></screen> 106 106 107 107 <para os="p">Make sure GCC is using the correct dynamic linker:</para> … … 112 112 platform-specific differences in dynamic linker name):</para> 113 113 114 <screen os="s"><computeroutput>found ld-linux-x86-64.so.2 at / lib/ld-linux-x86-64.so.2</computeroutput></screen>114 <screen os="s"><computeroutput>found ld-linux-x86-64.so.2 at /usr/lib/ld-linux-x86-64.so.2</computeroutput></screen> 115 115 116 116 <para os="t">If the output does not appear as shown above or is not received
Note:
See TracChangeset
for help on using the changeset viewer.