Ignore:
Timestamp:
Oct 17, 2015, 3:01:41 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
9b4ea58
Parents:
e869c0f
Message:

Update GLIBC from 2.21 to 2.22 and remove rttldir from config.cache.

File:
1 edited

Legend:

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

    re869c0f r71cd9de  
    5353    href="../x86_64-64/glibc.xml"
    5454    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'])"/>
    5563
    5664    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    119127    xpointer="xpointer(//*[@os='t'])"/>
    120128
    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>
    125130
    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>
    133132
    134133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.