Ignore:
Timestamp:
Feb 21, 2006, 1:19:39 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a298fa4
Parents:
d3a4fc0
Message:

r767@server (orig r765): jim | 2005-11-28 19:59:09 -0800

r809@server: jim | 2005-11-28 18:36:31 -0800
More glibc text updates


File:
1 edited

Legend:

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

    rd3a4fc0 r52e5dd9  
    4646    xpointer="xpointer(//*[@os='f'])"/>
    4747
    48     <para>Now we make sure the Glibc goes into
     48    <para os="l1">Now we make sure the Glibc goes into
    4949    <filename class="directory">/lib</filename>:</para>
    5050
    51 <screen><userinput>echo "slibdir=/lib" &gt;&gt; configparms</userinput></screen>
     51<screen os="l2"><userinput>echo "slibdir=/lib" &gt;&gt; configparms</userinput></screen>
    5252
    5353    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    5555    xpointer="xpointer(//*[@os='g'])"/>
    5656
    57 <screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
     57<screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
    5858    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
    5959    --libexecdir=/usr/lib/glibc --libdir=/usr/lib</userinput></screen>
    6060
    61     <variablelist>
     61    <variablelist os="i">
    6262      <title>The meaning of the new configure option:</title>
    6363
     
    123123    is. The following <command>sed</command> will correct this.</para>
    124124
    125     <screen><userinput>
    126     rm /lib/ld-linux.so.2
     125    <screen><userinput>rm /lib/ld-linux.so.2
    127126    cp /usr/bin/ldd{,.bak}
    128     sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd
    129     </userinput></screen>
     127    sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
    130128
    131129    <para>Check the script to make sure the sed worked correctly, then delete
Note: See TracChangeset for help on using the changeset viewer.