Changeset c4f7e36
- Timestamp:
- Aug 21, 2013, 10:22:15 AM (11 years ago)
- Branches:
- clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- a95a50e
- Parents:
- 7cc0937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64-64/eglibc.xml
r7cc0937 rc4f7e36 117 117 creating a symlink to the real loader.</para> 118 118 119 <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld 64.so.1</userinput></screen>119 <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld.so.1</userinput></screen> 120 120 121 121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 132 132 is. The following <command>sed</command> will correct this:</para> 133 133 134 <screen><userinput>rm -v /lib/ld 64.so.1134 <screen><userinput>rm -v /lib/ld.so.1 135 135 cp -v /usr/bin/ldd{,.bak} 136 136 sed '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.