Changeset 71cd9de for BOOK/final-system/ppc64-64
- Timestamp:
- Oct 17, 2015, 3:01:41 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- 9b4ea58
- Parents:
- e869c0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64-64/glibc.xml
re869c0f r71cd9de 53 53 href="../x86_64-64/glibc.xml" 54 54 xpointer="xpointer(//*[@os='l6'])"/> 55 56 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 57 href="../x86_64-64/glibc.xml" 58 xpointer="xpointer(//*[@os='l7'])"/> 59 60 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 61 href="../x86_64-64/glibc.xml" 62 xpointer="xpointer(//*[@os='l8'])"/> 55 63 56 64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 119 127 xpointer="xpointer(//*[@os='t'])"/> 120 128 121 <para>Now we can remove this symlink. We also need to correct the <command> 122 /usr/bin/ldd</command> script - if you look at this, you will see it references 123 not only the 32-bit linker, but also /lib64 where it thinks the 64-bit linker 124 is. The following <command>sed</command> will correct this:</para> 129 <para>Now we can remove this symlink:</para> 125 130 126 <screen><userinput>rm -v /lib/ld.so.1 127 sed -i.bak '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd</userinput></screen> 128 129 <para>Check the script to make sure the sed worked correctly, then delete 130 the backup.</para> 131 132 <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen> 131 <screen><userinput>rm -v /lib/ld.so.1</userinput></screen> 133 132 134 133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.