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

sysvinit
Last change on this file since 65db39d was 142cd1e, checked in by Chris Staub <chris@…>, 10 years ago

Fixup command for tzselect is no longer needed

Conflicts:

BOOK/introduction/common/changelog.xml

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