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

systemd
Last change on this file since 7c7f5ca was bb6f135, checked in by Chris Staub <chris@…>, 9 years ago

Fixed Glibc instructions by moving command to edit ldd-rewrite script

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