source: BOOK/final-system/x86_64-64/eglibc.xml@ 56a4eb5

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 56a4eb5 was 093b0e8, checked in by Jim Gifford <clfs@…>, 15 years ago

Cross-LFS moved to Eglibc 2.10.1

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