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

sysvinit
Last change on this file since cc49a21 was 877cfcd, checked in by William Harrington <kb0iic@…>, 9 years ago

Update GLIBC from 2.21 to 2.22 and remove rttldir from config.cache.

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