source: BOOK/final-system/x86_64-64/eglibc.xml @ 65ab9ce

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 65ab9ce was 65ab9ce, checked in by William Harrington <kb0iic@…>, 12 years ago

Update host system requirements. Book's supported linux kernel version is 2.6.32 or greater.

  • Property mode set to 100644
File size: 7.3 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
[093b0e8]8<sect1 id="ch-system-eglibc" role="wrap">
9  <?dbhtml filename="eglibc.html"?>
[3f8be484]10
[093b0e8]11  <title>EGLIBC-&eglibc-version;</title>
[3f8be484]12
[093b0e8]13  <indexterm zone="ch-system-eglibc">
14    <primary sortas="a-EGLIBC">EGLIBC</primary>
[3f8be484]15  </indexterm>
16
[dabbced]17  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]18  href="../common/eglibc.xml"
[7dfa1a8]19  xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21  <sect2 role="installation">
[093b0e8]22    <title>Installation of EGLIBC</title>
[3f8be484]23
[dabbced]24    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]25    href="../common/eglibc.xml"
[82f7fed]26    xpointer="xpointer(//*[@os='z'])"/>
[3f8be484]27
[dabbced]28    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[22cd957]29    href="../common/eglibc.xml"
30    xpointer="xpointer(//*[@os='l1'])"/>
31
32    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
33    href="../common/eglibc.xml"
34    xpointer="xpointer(//*[@os='l2'])"/>
35
36    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d8f87e8]37    href="../common/eglibc.xml"
[c0bc7c4]38    xpointer="xpointer(//*[@os='l3'])"/>
[d8f87e8]39
[dabbced]40    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[d8f87e8]41    href="../common/eglibc.xml"
[c0bc7c4]42    xpointer="xpointer(//*[@os='l4'])"/>
[57b3f19]43   
44    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
45    href="../common/eglibc.xml"
46    xpointer="xpointer(//*[@os='p3'])"/>
47
48    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
49    href="../common/eglibc.xml"
50    xpointer="xpointer(//*[@os='p4'])"/>
[d8f87e8]51
[dabbced]52    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]53    href="../common/eglibc.xml"
[3f8be484]54    xpointer="xpointer(//*[@os='b'])"/>
55
[dabbced]56    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]57    href="../common/eglibc.xml"
[3f8be484]58    xpointer="xpointer(//*[@os='e'])"/>
59
[dabbced]60    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]61    href="../common/eglibc.xml"
[3f8be484]62    xpointer="xpointer(//*[@os='f'])"/>
63
[093b0e8]64    <para os="l1">Tell EGLIBC to install its libraries into
[3f8be484]65    <filename class="directory">/lib</filename>:</para>
66
[52e5dd9]67<screen os="l2"><userinput>echo "slibdir=/lib" &gt;&gt; configparms</userinput></screen>
[3f8be484]68
[dabbced]69    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]70    href="../common/eglibc.xml"
[3f8be484]71    xpointer="xpointer(//*[@os='g'])"/>
72
[35543b7]73<screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \
[093b0e8]74    ../eglibc-&eglibc-version;/configure --prefix=/usr \
[65ab9ce]75    --disable-profile --enable-add-ons --enable-kernel=2.6.32 \
[093b0e8]76    --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen>
[3f8be484]77
[52e5dd9]78    <variablelist os="i">
[3f8be484]79      <title>The meaning of the new configure option:</title>
80
81      <varlistentry>
[093b0e8]82        <term><parameter>--libexecdir=/usr/lib/eglibc</parameter></term>
[3f8be484]83        <listitem>
84          <para>This changes the location of the <command>pt_chown</command>
85          program from its default of <filename
86          class="directory">/usr/libexec</filename> to <filename
[093b0e8]87          class="directory">/usr/lib/eglibc</filename>.</para>
[3f8be484]88        </listitem>
89      </varlistentry>
90    </variablelist>
91
[dabbced]92    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]93    href="../common/eglibc.xml"
[3f8be484]94    xpointer="xpointer(//*[@os='j'])"/>
95
[dabbced]96    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]97    href="../common/eglibc.xml"
[3f8be484]98    xpointer="xpointer(//*[@os='k'])"/>
99
[dabbced]100    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]101    href="../common/eglibc.xml"
[3f8be484]102    xpointer="xpointer(//*[@os='l'])"/>
103
[dabbced]104    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]105    href="../common/eglibc.xml"
[3f8be484]106    xpointer="xpointer(//*[@os='m'])"/>
107
[dabbced]108    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]109    href="../multilib/eglibc-64bit.xml"
[3f8be484]110    xpointer="xpointer(//*[@os='n'])"/>
111
[dabbced]112    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]113    href="../multilib/eglibc-64bit.xml"
[3514708]114    xpointer="xpointer(//*[@os='o'])"/>
115
[dabbced]116    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]117    href="../multilib/eglibc-64bit.xml"
[3514708]118    xpointer="xpointer(//*[@os='p'])"/>
119
[dabbced]120    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]121    href="../common/eglibc.xml"
[3f8be484]122    xpointer="xpointer(//*[@os='q'])"/>
123
[dabbced]124    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]125    href="../common/eglibc.xml"
[3f8be484]126    xpointer="xpointer(//*[@os='r'])"/>
127
128    <para>The install will finish by checking that everything is correctly installed.
[5650fbe]129    Unfortunately, it will test for a multilib installation. On x86_64 Pure64 this means
[3f8be484]130    it will try to test the non-existent 32-bit loader which has a different name
131    from the 64-bit loader (unlike on other 64-bit architectures).  We fool it by
132    creating a symlink to the real loader.</para>
133
[093b0e8]134    <screen><userinput>ln -sv &eglibc-ld-name; /lib/ld-linux.so.2</userinput></screen>
[3f8be484]135
[dabbced]136    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]137    href="../common/eglibc.xml"
[3f8be484]138    xpointer="xpointer(//*[@os='s'])"/>
139
[dabbced]140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]141    href="../common/eglibc.xml"
[3f8be484]142    xpointer="xpointer(//*[@os='t'])"/>
143
144    <para>Now we can remove this symlink.  We also need to correct the <command>
145    /usr/bin/ldd</command> script - if you look at this, you will see it references
146    not only the 32-bit linker, but also /lib64 where it thinks the 64-bit linker
[39139e4]147    is. The following <command>sed</command> will correct this:</para>
[3f8be484]148
[94e6142]149    <screen><userinput>rm -v /lib/ld-linux.so.2
[d5cf87a3]150cp -v /usr/bin/ldd{,.bak}
151sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
[3f8be484]152
153    <para>Check the script to make sure the sed worked correctly, then delete
154    the backup.</para>
155
[94e6142]156    <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
[3f8be484]157
158  </sect2>
159
[dabbced]160  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]161  href="../common/eglibc.xml"
162  xpointer="xpointer(id('i18n-eglibc'))"/>
[3f8be484]163
[dabbced]164  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]165  href="../common/eglibc.xml"
166  xpointer="xpointer(id('conf-eglibc'))"/>
[3f8be484]167
[3998188]168  <sect2 id="conf-ld" role="configuration">
169    <title>Configuring The Dynamic Loader</title>
170
171    <indexterm zone="conf-ld">
172      <primary sortas="e-/etc/ld.so.conf">/etc/ld.so.conf</primary>
173    </indexterm>
174
175    <para>By default, the dynamic loader (<filename
176    class="libraryfile">/lib/ld-linux-x86-64.so.2</filename>) searches through
177    <filename class="directory">/lib</filename> and <filename
178    class="directory">/usr/lib</filename> for dynamic libraries that are
179    needed by programs as they are run. However, if there are libraries in
180    directories other than <filename class="directory">/lib</filename> and
181    <filename class="directory">/usr/lib</filename>, these need to be
182    added to the <filename>/etc/ld.so.conf</filename> file in order
183    for the dynamic loader to find them. Two directories that are commonly
184    known to contain additional libraries are <filename
185    class="directory">/usr/local/lib</filename> and <filename
186    class="directory">/opt/lib</filename>, so add those directories to the
187    dynamic loader's search path.</para>
188
[dabbced]189    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]190    href="../common/eglibc.xml"
[3998188]191    xpointer="xpointer(//*[@os='ld-b'])"/>
192
[dabbced]193    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]194    href="../common/eglibc.xml"
[3998188]195    xpointer="xpointer(//*[@os='ld-c'])"/>
196
197  </sect2>
[3f8be484]198
[dabbced]199  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[093b0e8]200  href="../common/eglibc.xml"
201  xpointer="xpointer(id('contents-eglibc'))"/>
[3f8be484]202
203</sect1>
Note: See TracBrowser for help on using the repository browser.