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