[35543b7] | 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 |
|
---|
[cbbd1e4] | 8 | <sect1 id="ch-system-glibc" role="wrap">
|
---|
| 9 | <?dbhtml filename="glibc-64bit.html"?>
|
---|
[35543b7] | 10 |
|
---|
[cbbd1e4] | 11 | <title>GLIBC-&glibc-version; 64-Bit</title>
|
---|
[35543b7] | 12 |
|
---|
[cbbd1e4] | 13 | <indexterm zone="ch-system-glibc">
|
---|
| 14 | <primary sortas="a-GLIBC">GLIBC</primary>
|
---|
[35543b7] | 15 | </indexterm>
|
---|
| 16 |
|
---|
[dabbced] | 17 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 18 | href="glibc.xml"
|
---|
[35543b7] | 19 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 20 |
|
---|
| 21 | <sect2 role="installation">
|
---|
| 22 | <title>Installation of Glibc</title>
|
---|
| 23 |
|
---|
[22cd957] | 24 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 25 | href="../common/glibc.xml"
|
---|
[22cd957] | 26 | xpointer="xpointer(//*[@os='l1'])"/>
|
---|
| 27 |
|
---|
| 28 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 29 | href="../common/glibc.xml"
|
---|
[22cd957] | 30 | xpointer="xpointer(//*[@os='l2'])"/>
|
---|
| 31 |
|
---|
[dabbced] | 32 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 33 | href="../common/glibc.xml"
|
---|
[c0bc7c4] | 34 | xpointer="xpointer(//*[@os='l3'])"/>
|
---|
[d8f87e8] | 35 |
|
---|
[dabbced] | 36 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 37 | href="../multilib/glibc-64bit.xml"
|
---|
[c0bc7c4] | 38 | xpointer="xpointer(//*[@os='l4'])"/>
|
---|
[d8f87e8] | 39 |
|
---|
[dabbced] | 40 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 41 | href="glibc.xml"
|
---|
[35543b7] | 42 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 43 |
|
---|
[00a58649] | 44 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 45 | href="../common/glibc.xml"
|
---|
[00a58649] | 46 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
| 47 |
|
---|
| 48 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 49 | href="../common/glibc.xml"
|
---|
[00a58649] | 50 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
| 51 |
|
---|
[dabbced] | 52 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 53 | href="glibc.xml"
|
---|
[35543b7] | 54 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 55 |
|
---|
[dabbced] | 56 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 57 | href="glibc.xml"
|
---|
[35543b7] | 58 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 59 |
|
---|
[dabbced] | 60 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 61 | href="../multilib/glibc-64bit.xml"
|
---|
[35543b7] | 62 | xpointer="xpointer(//*[@os='m1'])"/>
|
---|
| 63 |
|
---|
[dabbced] | 64 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 65 | href="../multilib/glibc-64bit.xml"
|
---|
[35543b7] | 66 | xpointer="xpointer(//*[@os='m2'])"/>
|
---|
| 67 |
|
---|
[dabbced] | 68 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 69 | href="glibc.xml"
|
---|
[35543b7] | 70 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 71 |
|
---|
| 72 | <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
|
---|
[8872181] | 73 | CFLAGS="-O2" \
|
---|
[cbbd1e4] | 74 | ../glibc-&glibc-version;/configure --prefix=/usr \
|
---|
[82b753e0] | 75 | --disable-profile --enable-kernel=2.6.32 \
|
---|
[cbbd1e4] | 76 | --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
|
---|
[52ed4da] | 77 | --enable-obsolete-rpc</userinput></screen>
|
---|
[35543b7] | 78 |
|
---|
[dabbced] | 79 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 80 | href="../multilib/glibc-64bit.xml"
|
---|
[35543b7] | 81 | xpointer="xpointer(//*[@os='i'])"/>
|
---|
| 82 |
|
---|
[dabbced] | 83 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 84 | href="glibc.xml"
|
---|
[35543b7] | 85 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
| 86 |
|
---|
[dabbced] | 87 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 88 | href="glibc.xml"
|
---|
[35543b7] | 89 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
| 90 |
|
---|
[dabbced] | 91 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 92 | href="glibc.xml"
|
---|
[35543b7] | 93 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
| 94 |
|
---|
[dabbced] | 95 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 96 | href="glibc.xml"
|
---|
[35543b7] | 97 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
| 98 |
|
---|
[dabbced] | 99 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 100 | href="glibc.xml"
|
---|
[35543b7] | 101 | xpointer="xpointer(//*[@os='n'])"/>
|
---|
| 102 |
|
---|
[dabbced] | 103 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 104 | href="glibc.xml"
|
---|
[35543b7] | 105 | xpointer="xpointer(//*[@os='o'])"/>
|
---|
| 106 |
|
---|
[dabbced] | 107 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 108 | href="../common/glibc.xml"
|
---|
[35543b7] | 109 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
| 110 |
|
---|
[dabbced] | 111 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 112 | href="glibc.xml"
|
---|
[35543b7] | 113 | xpointer="xpointer(//*[@os='s'])"/>
|
---|
| 114 |
|
---|
[dabbced] | 115 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 116 | href="glibc.xml"
|
---|
[35543b7] | 117 | xpointer="xpointer(//*[@os='t'])"/>
|
---|
| 118 |
|
---|
[cf9aa7e] | 119 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 120 | href="../common/glibc.xml"
|
---|
| 121 | xpointer="xpointer(//*[@os='u'])"/>
|
---|
| 122 |
|
---|
| 123 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 124 | href="../common/glibc.xml"
|
---|
| 125 | xpointer="xpointer(//*[@os='v'])"/>
|
---|
| 126 |
|
---|
| 127 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 128 | href="../common/glibc.xml"
|
---|
| 129 | xpointer="xpointer(//*[@os='w'])"/>
|
---|
| 130 |
|
---|
| 131 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
| 132 | href="../common/glibc.xml"
|
---|
| 133 | xpointer="xpointer(//*[@os='x'])"/>
|
---|
| 134 |
|
---|
[35543b7] | 135 | </sect2>
|
---|
| 136 |
|
---|
[dabbced] | 137 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 138 | href="../common/glibc.xml"
|
---|
| 139 | xpointer="xpointer(id('i18n-glibc'))"/>
|
---|
[35543b7] | 140 |
|
---|
[dabbced] | 141 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 142 | href="../common/glibc.xml"
|
---|
| 143 | xpointer="xpointer(id('conf-glibc'))"/>
|
---|
[35543b7] | 144 |
|
---|
[3998188] | 145 | <sect2 id="conf-ld" role="configuration">
|
---|
| 146 | <title>Configuring The Dynamic Loader</title>
|
---|
| 147 |
|
---|
| 148 | <indexterm zone="conf-ld">
|
---|
| 149 | <primary sortas="e-/etc/ld.so.conf">/etc/ld.so.conf</primary>
|
---|
| 150 | </indexterm>
|
---|
| 151 |
|
---|
| 152 | <para>By default, the dynamic loader (<filename
|
---|
| 153 | class="libraryfile">/lib/ld-linux.so.2</filename> for 32bit executables and
|
---|
| 154 | <filename class="libraryfile">/lib64/ld-linux-x86-64.so.2</filename> for
|
---|
| 155 | 64bit executables) searches through
|
---|
| 156 | <filename class="directory">/lib</filename>,
|
---|
| 157 | <filename class="directory">/lib64</filename>,
|
---|
| 158 | <filename class="directory">/usr/lib</filename>,
|
---|
| 159 | and <filename class="directory">/usr/lib64</filename> for dynamic
|
---|
| 160 | libraries that are needed by programs as they are run. However, if
|
---|
| 161 | there are libraries in directories other than these, they need to be
|
---|
| 162 | added to the <filename>/etc/ld.so.conf</filename> file in order
|
---|
| 163 | for the dynamic loader to find them. Some directories that are commonly
|
---|
| 164 | known to contain additional libraries are
|
---|
| 165 | <filename class="directory">/usr/local/lib</filename>,
|
---|
| 166 | <filename class="directory">/usr/local/lib64</filename>,
|
---|
| 167 | <filename class="directory">/opt/lib</filename>,
|
---|
| 168 | and <filename class="directory">/opt/lib64</filename>,
|
---|
| 169 | so add those directories to the dynamic loader's search path.</para>
|
---|
| 170 |
|
---|
[dabbced] | 171 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 172 | href="../multilib/glibc-64bit.xml"
|
---|
[3998188] | 173 | xpointer="xpointer(//*[@os='ld-b'])"/>
|
---|
| 174 |
|
---|
[dabbced] | 175 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 176 | href="../multilib/glibc-64bit.xml"
|
---|
[3998188] | 177 | xpointer="xpointer(//*[@os='ld-c'])"/>
|
---|
| 178 |
|
---|
| 179 | </sect2>
|
---|
[35543b7] | 180 |
|
---|
[dabbced] | 181 | <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
|
---|
[cbbd1e4] | 182 | href="../common/glibc.xml"
|
---|
| 183 | xpointer="xpointer(id('contents-glibc'))"/>
|
---|
[35543b7] | 184 |
|
---|
| 185 | </sect1>
|
---|