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