Changeset 0a9ca46 for BOOK/final-system/x86_64-64
- Timestamp:
- Dec 7, 2015, 12:24:47 AM (9 years ago)
- Branches:
- sysvinit
- Children:
- b266943
- Parents:
- fb65b81
- git-author:
- Chris Staub <chris@…> (12/07/15 00:11:55)
- git-committer:
- Chris Staub <chris@…> (12/07/15 00:24:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64-64/glibc.xml
rfb65b81 r0a9ca46 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.