Changeset 0a9ca46


Ignore:
Timestamp:
Dec 6, 2015, 4:24:47 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
b266943
Parents:
fb65b81
git-author:
Chris Staub <chris@…> (12/06/15 16:11:55)
git-committer:
Chris Staub <chris@…> (12/06/15 16:24:47)
Message:

Glibc does not need ld-linux symlink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/x86_64-64/glibc.xml

    rfb65b81 r0a9ca46  
    106106    xpointer="xpointer(//*[@os='r'])"/>
    107107
    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 means
    110     it will try to test the non-existent 32-bit loader which has a different name
    111     from the 64-bit loader (unlike on other 64-bit architectures).  We fool it by
    112     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 
    116108    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117109    href="../common/glibc.xml"
     
    121113    href="../common/glibc.xml"
    122114    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>
    127115
    128116    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.