Changeset e4011d0 for BOOK/final-system/x86_64-64
- Timestamp:
- Dec 6, 2015, 4:11:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- a091ee2
- Parents:
- aa0f524
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64-64/glibc.xml
raa0f524 re4011d0 106 106 xpointer="xpointer(//*[@os='r'])"/> 107 107 108 <para>The install will finish by checking that everything is correctly installed.109 Unfortunately, it will test for a multilib installation. On x86_64 Pure64 this means110 it will try to test the non-existent 32-bit loader which has a different name111 from the 64-bit loader (unlike on other 64-bit architectures). We fool it by112 creating a symlink to the real loader.</para>113 114 <screen><userinput>ln -sv &glibc-ld-name; /lib/ld-linux.so.2</userinput></screen>115 116 108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 117 109 href="../common/glibc.xml" … … 121 113 href="../common/glibc.xml" 122 114 xpointer="xpointer(//*[@os='t'])"/> 123 124 <para>Now we can remove this symlink:</para>125 126 <screen><userinput>rm -v /lib/ld-linux.so.2</userinput></screen>127 115 128 116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.