Changeset 94e6142 for BOOK/final-system/x86_64-64
- Timestamp:
- Feb 21, 2006, 2:27:39 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 3793118a
- Parents:
- eb55250
- Location:
- BOOK/final-system/x86_64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64-64/binutils.xml
reb55250 r94e6142 86 86 in some of the tests. The following symbolic link will allow this.</para> 87 87 88 <screen><userinput>ln -s /lib /lib64</userinput></screen>88 <screen><userinput>ln -sv /lib /lib64</userinput></screen> 89 89 90 90 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 98 98 <para>Now remove the unwanted symlink.</para> 99 99 100 <screen><userinput>rm /lib64</userinput></screen>100 <screen><userinput>rm -v /lib64</userinput></screen> 101 101 102 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/x86_64-64/glibc.xml
reb55250 r94e6142 108 108 creating a symlink to the real loader.</para> 109 109 110 <screen><userinput>ln -s ld-2.3.90.so /lib/ld-linux.so.2</userinput></screen>110 <screen><userinput>ln -sv ld-2.3.90.so /lib/ld-linux.so.2</userinput></screen> 111 111 112 112 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 123 123 is. The following <command>sed</command> will correct this.</para> 124 124 125 <screen><userinput>rm /lib/ld-linux.so.2126 cp /usr/bin/ldd{,.bak}125 <screen><userinput>rm -v /lib/ld-linux.so.2 126 cp -v /usr/bin/ldd{,.bak} 127 127 sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen> 128 128 … … 130 130 the backup.</para> 131 131 132 <screen><userinput>rm /usr/bin/ldd.bak</userinput></screen>132 <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen> 133 133 134 134 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.