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