source: BOOK/final-system/x86_64-64/eglibc.xml @ 8152b4a

clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 8152b4a was b5bd3744, checked in by William Harrington <kb0iic@…>, 11 years ago

Remove pt_chown entries as it is no longer installed by default.

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