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