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

sysvinit
Last change on this file since 30dbc0a was 74592cf, checked in by Chris Staub <chris@…>, 10 years ago

Command to disable test lib is no longer needed

Conflicts:

BOOK/introduction/common/changelog.xml

  • Property mode set to 100644
File size: 7.2 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
[00a58649]40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]41 href="../common/glibc.xml"
[00a58649]42 xpointer="xpointer(//*[@os='s1'])"/>
43
44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]45 href="../common/glibc.xml"
[00a58649]46 xpointer="xpointer(//*[@os='s2'])"/>
47
[dabbced]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]49 href="../common/glibc.xml"
[3f8be484]50 xpointer="xpointer(//*[@os='e'])"/>
51
[dabbced]52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]53 href="../common/glibc.xml"
[3f8be484]54 xpointer="xpointer(//*[@os='f'])"/>
55
[d785e9d]56 <para os="l5">Tell Glibc to install its libraries into
[3f8be484]57 <filename class="directory">/lib</filename>:</para>
58
[f34bfa1]59<screen os="l6"><userinput>echo "slibdir=/lib" &gt;&gt; configparms</userinput></screen>
[3f8be484]60
[dabbced]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]62 href="../common/glibc.xml"
[3f8be484]63 xpointer="xpointer(//*[@os='g'])"/>
64
[631c8f4]65<screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
[2546e2d]66 --disable-profile --enable-kernel=&glibc-kernel-version; \
[cbbd1e4]67 --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
[52ed4da]68 --enable-obsolete-rpc</userinput></screen>
[3f8be484]69
[52e5dd9]70 <variablelist os="i">
[3f8be484]71 <title>The meaning of the new configure option:</title>
72
73 <varlistentry>
[cbbd1e4]74 <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
[3f8be484]75 <listitem>
[b5bd3744]76 <para>This changes the location of the <command>getconf</command>
77 utility from its default of <filename
[3f8be484]78 class="directory">/usr/libexec</filename> to <filename
[cbbd1e4]79 class="directory">/usr/lib/glibc</filename>.</para>
[3f8be484]80 </listitem>
81 </varlistentry>
82 </variablelist>
83
[dabbced]84 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]85 href="../common/glibc.xml"
[3f8be484]86 xpointer="xpointer(//*[@os='j'])"/>
87
[dabbced]88 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]89 href="../common/glibc.xml"
[3f8be484]90 xpointer="xpointer(//*[@os='k'])"/>
91
[dabbced]92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]93 href="../common/glibc.xml"
[3f8be484]94 xpointer="xpointer(//*[@os='l'])"/>
95
[dabbced]96 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]97 href="../common/glibc.xml"
[3f8be484]98 xpointer="xpointer(//*[@os='m'])"/>
99
[dabbced]100 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]101 href="../multilib/glibc-64bit.xml"
[3f8be484]102 xpointer="xpointer(//*[@os='n'])"/>
103
[dabbced]104 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]105 href="../multilib/glibc-64bit.xml"
[3514708]106 xpointer="xpointer(//*[@os='o'])"/>
107
[dabbced]108 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]109 href="../multilib/glibc-64bit.xml"
[3514708]110 xpointer="xpointer(//*[@os='p'])"/>
111
[dabbced]112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]113 href="../common/glibc.xml"
[3f8be484]114 xpointer="xpointer(//*[@os='q'])"/>
115
[dabbced]116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]117 href="../common/glibc.xml"
[3f8be484]118 xpointer="xpointer(//*[@os='r'])"/>
119
120 <para>The install will finish by checking that everything is correctly installed.
[5650fbe]121 Unfortunately, it will test for a multilib installation. On x86_64 Pure64 this means
[3f8be484]122 it will try to test the non-existent 32-bit loader which has a different name
123 from the 64-bit loader (unlike on other 64-bit architectures). We fool it by
124 creating a symlink to the real loader.</para>
125
[cbbd1e4]126 <screen><userinput>ln -sv &glibc-ld-name; /lib/ld-linux.so.2</userinput></screen>
[3f8be484]127
[dabbced]128 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]129 href="../common/glibc.xml"
[3f8be484]130 xpointer="xpointer(//*[@os='s'])"/>
131
[dabbced]132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]133 href="../common/glibc.xml"
[3f8be484]134 xpointer="xpointer(//*[@os='t'])"/>
135
136 <para>Now we can remove this symlink. We also need to correct the <command>
137 /usr/bin/ldd</command> script - if you look at this, you will see it references
138 not only the 32-bit linker, but also /lib64 where it thinks the 64-bit linker
[39139e4]139 is. The following <command>sed</command> will correct this:</para>
[3f8be484]140
[94e6142]141 <screen><userinput>rm -v /lib/ld-linux.so.2
[4523411]142sed -i.bak '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd</userinput></screen>
[3f8be484]143
144 <para>Check the script to make sure the sed worked correctly, then delete
145 the backup.</para>
146
[94e6142]147 <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
[3f8be484]148
[cf9aa7e]149 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
150 href="../common/glibc.xml"
151 xpointer="xpointer(//*[@os='u'])"/>
152
153 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
154 href="../common/glibc.xml"
155 xpointer="xpointer(//*[@os='v'])"/>
156
[3f8be484]157 </sect2>
158
[dabbced]159 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]160 href="../common/glibc.xml"
161 xpointer="xpointer(id('i18n-glibc'))"/>
[3f8be484]162
[dabbced]163 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]164 href="../common/glibc.xml"
165 xpointer="xpointer(id('conf-glibc'))"/>
[3f8be484]166
[3998188]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
[dabbced]188 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]189 href="../common/glibc.xml"
[3998188]190 xpointer="xpointer(//*[@os='ld-b'])"/>
191
[dabbced]192 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]193 href="../common/glibc.xml"
[3998188]194 xpointer="xpointer(//*[@os='ld-c'])"/>
195
196 </sect2>
[3f8be484]197
[dabbced]198 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[cbbd1e4]199 href="../common/glibc.xml"
200 xpointer="xpointer(id('contents-glibc'))"/>
[3f8be484]201
202</sect1>
Note: See TracBrowser for help on using the repository browser.