Ignore:
Timestamp:
Aug 24, 2008, 6:44:45 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3d25b3b
Parents:
23ec9c0
Message:

Update the path to ld.so when configuring Glibc for each arch.

File:
1 edited

Legend:

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

    r23ec9c0 r3998188  
    137137    </indexterm>
    138138
    139     <para>By default, the dynamic loader (<filename
    140     class="libraryfile">/lib/ld-linux.so.2</filename>) searches through
     139    <para os="ld-a">By default, the dynamic loader (<filename
     140    class="libraryfile">/lib/ld.so.1</filename> for 32bit executables <filename
     141    class="libraryfile">/lib32/ld.so.1</filename> for n32 executables and
     142    <filename class="libraryfile">/lib64/ld.so.1</filename> for 64bit
     143    executables) searches through
    141144    <filename class="directory">/lib</filename> and <filename
    142145    class="directory">/usr/lib</filename> for dynamic libraries that are
     
    155158    so add those directories to the dynamic loader's search path.</para>
    156159
    157     <para>Create a new file <filename>/etc/ld.so.conf</filename> by running the
     160    <para os="ld-b">Create a new file <filename>/etc/ld.so.conf</filename> by running the
    158161    following:</para>
    159162
    160 <screen><userinput>cat &gt; /etc/ld.so.conf &lt;&lt; "EOF"
     163<screen os="ld-c"><userinput>cat &gt; /etc/ld.so.conf &lt;&lt; "EOF"
    161164<literal># Begin /etc/ld.so.conf
    162165
Note: See TracChangeset for help on using the changeset viewer.