Ignore:
Timestamp:
Aug 21, 2013, 10:22:15 AM (11 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a95a50e
Parents:
7cc0937
Message:

Create link of ld.so.1 and then remove it after install. Proper command now.

File:
1 edited

Legend:

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

    r7cc0937 rc4f7e36  
    117117    creating a symlink to the real loader.</para>
    118118
    119     <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld64.so.1</userinput></screen>
     119    <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld.so.1</userinput></screen>
    120120
    121121    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    132132    is. The following <command>sed</command> will correct this:</para>
    133133
    134     <screen><userinput>rm -v /lib/ld64.so.1
     134    <screen><userinput>rm -v /lib/ld.so.1
    135135cp -v /usr/bin/ldd{,.bak}
    136136sed '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.