source: BOOK/final-system/x86_64-64/glibc.xml@ dd5aa46

systemd
Last change on this file since dd5aa46 was a15706a, checked in by William Harrington <kb0iic@…>, 10 years ago

Replace all instances of using configparms for slibdir with config.cache entries of libc_cv_rtlddir and slibdir as configparms is no longer recognized for slibdir.

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