[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-n32" role="wrap">
|
---|
| 9 | <?dbhtml filename="eglibc-n32.html"?>
|
---|
[3f8be484] | 10 |
|
---|
[093b0e8] | 11 | <title>EGLIBC-&eglibc-version; N32</title>
|
---|
[3f8be484] | 12 |
|
---|
[093b0e8] | 13 | <indexterm zone="ch-system-eglibc-n32">
|
---|
| 14 | <primary sortas="a-EGLIBC">EGLIBC</primary>
|
---|
[3f8be484] | 15 | </indexterm>
|
---|
| 16 |
|
---|
[663c5a6] | 17 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 18 | href="eglibc.xml"
|
---|
[663c5a6] | 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="eglibc.xml"
|
---|
[3f8be484] | 26 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 27 |
|
---|
[c13f654] | 28 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 29 | href="eglibc.xml"
|
---|
[8125418] | 30 | xpointer="xpointer(//*[@os='g1'])"/>
|
---|
[c13f654] | 31 |
|
---|
| 32 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 33 | href="eglibc.xml"
|
---|
[8125418] | 34 | xpointer="xpointer(//*[@os='g2'])"/>
|
---|
[c13f654] | 35 |
|
---|
[3f8be484] | 36 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 37 | href="eglibc-64bit.xml"
|
---|
[814837a8] | 38 | xpointer="xpointer(//*[@os='m3'])"/>
|
---|
| 39 |
|
---|
| 40 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 41 | href="eglibc-64bit.xml"
|
---|
[814837a8] | 42 | xpointer="xpointer(//*[@os='m4'])"/>
|
---|
| 43 |
|
---|
[3f8be484] | 44 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 45 | href="eglibc.xml"
|
---|
[3f8be484] | 46 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 47 |
|
---|
| 48 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 49 | href="eglibc.xml"
|
---|
[3f8be484] | 50 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 51 |
|
---|
[093b0e8] | 52 | <para os="m1">Tell EGLIBC to install its 32-bit libraries into
|
---|
[3f8be484] | 53 | <filename class="directory">/lib32</filename>:</para>
|
---|
| 54 |
|
---|
[d3a4fc0] | 55 | <screen os="m2"><userinput>echo "slibdir=/lib32" >> configparms</userinput></screen>
|
---|
[3f8be484] | 56 |
|
---|
| 57 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 58 | href="eglibc.xml"
|
---|
[3f8be484] | 59 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 60 |
|
---|
[d3a4fc0] | 61 | <screen os="h"><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
|
---|
[093b0e8] | 62 | ../eglibc-&eglibc-version;/configure --prefix=/usr \
|
---|
[3f8be484] | 63 | --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
|
---|
[093b0e8] | 64 | --libexecdir=/usr/lib32/eglibc --libdir=/usr/lib32</userinput></screen>
|
---|
[3f8be484] | 65 |
|
---|
[d3a4fc0] | 66 | <variablelist os="i">
|
---|
[3f8be484] | 67 | <title>The meaning of the new configure option:</title>
|
---|
| 68 |
|
---|
| 69 | <varlistentry>
|
---|
[093b0e8] | 70 | <term><parameter>--libexecdir=/usr/lib32/eglibc</parameter></term>
|
---|
[3f8be484] | 71 | <listitem>
|
---|
| 72 | <para>This changes the location of the <command>pt_chown</command>
|
---|
| 73 | program from its default of <filename
|
---|
| 74 | class="directory">/usr/libexec</filename> to <filename
|
---|
[093b0e8] | 75 | class="directory">/usr/lib32/eglibc</filename>.</para>
|
---|
[3f8be484] | 76 | </listitem>
|
---|
| 77 | </varlistentry>
|
---|
| 78 | </variablelist>
|
---|
| 79 |
|
---|
| 80 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 81 | href="eglibc.xml"
|
---|
[3f8be484] | 82 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
| 83 |
|
---|
| 84 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 85 | href="eglibc.xml"
|
---|
[3f8be484] | 86 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
| 87 |
|
---|
| 88 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 89 | href="eglibc.xml"
|
---|
[3f8be484] | 90 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
| 91 |
|
---|
| 92 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 93 | href="eglibc.xml"
|
---|
[3f8be484] | 94 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
| 95 |
|
---|
[d3a4fc0] | 96 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 97 | href="../multilib/eglibc-64bit.xml"
|
---|
[d3a4fc0] | 98 | xpointer="xpointer(//*[@os='n'])"/>
|
---|
| 99 |
|
---|
| 100 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 101 | href="../multilib/eglibc-64bit.xml"
|
---|
[d3a4fc0] | 102 | xpointer="xpointer(//*[@os='o'])"/>
|
---|
| 103 |
|
---|
| 104 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 105 | href="../multilib/eglibc-64bit.xml"
|
---|
[94e6142] | 106 | xpointer="xpointer(//*[@os='p'])"/>
|
---|
[3f8be484] | 107 |
|
---|
| 108 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 109 | href="eglibc.xml"
|
---|
[3f8be484] | 110 | xpointer="xpointer(//*[@os='s'])"/>
|
---|
| 111 |
|
---|
| 112 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
[093b0e8] | 113 | href="eglibc.xml"
|
---|
[3f8be484] | 114 | xpointer="xpointer(//*[@os='t'])"/>
|
---|
| 115 |
|
---|
| 116 | </sect2>
|
---|
| 117 |
|
---|
| 118 | <sect2 role="content">
|
---|
| 119 | <title/>
|
---|
| 120 |
|
---|
| 121 | <para>Details on this package are located in <xref
|
---|
[093b0e8] | 122 | linkend="contents-eglibc" role="."/></para>
|
---|
[3f8be484] | 123 |
|
---|
| 124 | </sect2>
|
---|
| 125 |
|
---|
| 126 | </sect1>
|
---|