[bf8c11f] | 1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
| 2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
| 3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
| 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | <!ENTITY % patches-entities SYSTEM "../../patches.ent">
|
---|
| 6 | %general-entities;
|
---|
| 7 | %patches-entities;
|
---|
| 8 | ]>
|
---|
| 9 |
|
---|
| 10 | <sect1 id="ch-system-glibc" role="wrap">
|
---|
| 11 | <?dbhtml filename="glibc.html"?>
|
---|
| 12 |
|
---|
| 13 | <title>Glibc-&glibc-version;</title>
|
---|
| 14 |
|
---|
| 15 | <indexterm zone="ch-system-glibc">
|
---|
| 16 | <primary sortas="a-Glibc">Glibc</primary>
|
---|
| 17 | </indexterm>
|
---|
| 18 |
|
---|
[1bb70b1] | 19 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 20 | href="../common/glibc.xml"
|
---|
| 21 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
[bf8c11f] | 22 |
|
---|
| 23 | <sect2 role="installation">
|
---|
| 24 | <title>Installation of Glibc</title>
|
---|
| 25 |
|
---|
| 26 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 27 | href="../common/glibc.xml"
|
---|
[531b5e5] | 28 | xpointer="xpointer(//*[@os='z'])"/>
|
---|
[bf8c11f] | 29 |
|
---|
| 30 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 31 | href="../common/glibc.xml"
|
---|
| 32 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
| 33 |
|
---|
| 34 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 35 | href="../common/glibc.xml"
|
---|
| 36 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 37 |
|
---|
| 38 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 39 | href="../common/glibc.xml"
|
---|
| 40 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 41 |
|
---|
| 42 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 43 | href="../sparc/glibc.xml"
|
---|
| 44 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
| 45 |
|
---|
| 46 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 47 | href="../sparc/glibc.xml"
|
---|
| 48 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
| 49 |
|
---|
| 50 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 51 | href="../common/glibc.xml"
|
---|
| 52 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 53 |
|
---|
| 54 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 55 | href="../common/glibc.xml"
|
---|
| 56 | xpointer="xpointer(//*[@os='f'])"/>
|
---|
| 57 |
|
---|
| 58 | <para>Now we make sure the Glibc goes into
|
---|
| 59 | <filename class="directory">/lib</filename>:</para>
|
---|
| 60 |
|
---|
| 61 | <screen><userinput>echo "slibdir=/lib" >> configparms</userinput></screen>
|
---|
| 62 |
|
---|
| 63 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 64 | href="../common/glibc.xml"
|
---|
| 65 | xpointer="xpointer(//*[@os='g'])"/>
|
---|
| 66 |
|
---|
| 67 | <screen><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
|
---|
| 68 | --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
|
---|
| 69 | --libexecdir=/usr/lib/glibc --libdir=/usr/lib</userinput></screen>
|
---|
| 70 |
|
---|
| 71 | <variablelist>
|
---|
| 72 | <title>The meaning of the new configure option:</title>
|
---|
| 73 |
|
---|
| 74 | <varlistentry>
|
---|
| 75 | <term><parameter>--libexecdir=/usr/lib/glibc</parameter></term>
|
---|
| 76 | <listitem>
|
---|
| 77 | <para>This changes the location of the <command>pt_chown</command>
|
---|
| 78 | program from its default of <filename
|
---|
| 79 | class="directory">/usr/libexec</filename> to <filename
|
---|
| 80 | class="directory">/usr/lib64/glibc</filename>.</para>
|
---|
| 81 | </listitem>
|
---|
| 82 | </varlistentry>
|
---|
| 83 | </variablelist>
|
---|
| 84 |
|
---|
| 85 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 86 | href="../common/glibc.xml"
|
---|
| 87 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
| 88 |
|
---|
| 89 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 90 | href="../common/glibc.xml"
|
---|
| 91 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
| 92 |
|
---|
| 93 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 94 | href="../common/glibc.xml"
|
---|
| 95 | xpointer="xpointer(//*[@os='l'])"/>
|
---|
| 96 |
|
---|
| 97 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 98 | href="../common/glibc.xml"
|
---|
| 99 | xpointer="xpointer(//*[@os='m'])"/>
|
---|
| 100 |
|
---|
| 101 | <!-- test comments from 64bit which is clean -->
|
---|
| 102 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 103 | href="../multilib/glibc-64bit.xml"
|
---|
| 104 | xpointer="xpointer(//*[@os='n'])"/>
|
---|
| 105 |
|
---|
| 106 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 107 | href="../common/glibc.xml"
|
---|
| 108 | xpointer="xpointer(//*[@os='q'])"/>
|
---|
| 109 |
|
---|
| 110 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 111 | href="../common/glibc.xml"
|
---|
| 112 | xpointer="xpointer(//*[@os='r'])"/>
|
---|
| 113 |
|
---|
| 114 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 115 | href="../common/glibc.xml"
|
---|
| 116 | xpointer="xpointer(//*[@os='s'])"/>
|
---|
| 117 |
|
---|
| 118 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 119 | href="../common/glibc.xml"
|
---|
| 120 | xpointer="xpointer(//*[@os='t'])"/>
|
---|
| 121 |
|
---|
| 122 | </sect2>
|
---|
| 123 |
|
---|
| 124 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 125 | href="../common/glibc.xml"
|
---|
| 126 | xpointer="xpointer(id('i18n-glibc'))"/>
|
---|
| 127 |
|
---|
| 128 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 129 | href="../common/glibc.xml"
|
---|
| 130 | xpointer="xpointer(id('conf-glibc'))"/>
|
---|
| 131 |
|
---|
| 132 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 133 | href="../common/glibc.xml"
|
---|
| 134 | xpointer="xpointer(id('conf-ld'))"/>
|
---|
| 135 |
|
---|
| 136 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 137 | href="../common/glibc.xml"
|
---|
| 138 | xpointer="xpointer(id('contents-glibc'))"/>
|
---|
| 139 |
|
---|
| 140 | </sect1>
|
---|