Changeset e8b732a for chapter05/glibc.xml
- Timestamp:
- 02/26/2018 06:48:55 PM (4 years ago)
- Branches:
- 10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 8.2, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, arm, cross-chap5, ml-11.0, multilib, old-trunk, trunk, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/lfs-next, xry111/tester-nohack, xry111/usr-move
- Children:
- 8b3e141
- Parents:
- 1059bade
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
r1059bade re8b732a 160 160 and the output of the last command will be of the form:</para> 161 161 162 <screen><computeroutput>[Requesting program interpreter: /tools/lib /ld-linux.so.2]</computeroutput></screen>162 <screen><computeroutput>[Requesting program interpreter: /tools/lib64/ld-linux-x86-64.so.2]</computeroutput></screen> 163 163 164 <para>Note that for 64-bit machines, the interpreter name will be165 <filename>/tools/lib 64/ld-linux-x86-64.so.2</filename>.</para>164 <para>Note that for 32-bit machines, the interpreter name will be 165 <filename>/tools/lib/ld-linux.so.2</filename>.</para> 166 166 167 167 <para>If the output is not shown as above or there was no output at all,
Note:
See TracChangeset
for help on using the changeset viewer.