[9c1db810] | 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" [
|
---|
[9c1db810] | 4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
| 5 | %general-entities;
|
---|
| 6 | ]>
|
---|
| 7 |
|
---|
| 8 | <sect1 id="ch-system-perl-32" role="wrap">
|
---|
| 9 | <?dbhtml filename="perl.html"?>
|
---|
| 10 |
|
---|
| 11 | <title>Perl-&perl-version; 32 Bit Libraries</title>
|
---|
| 12 |
|
---|
| 13 | <indexterm zone="ch-system-perl-32">
|
---|
| 14 | <primary sortas="a-Perl">Perl</primary>
|
---|
| 15 | <secondary>32 Bit</secondary>
|
---|
| 16 | </indexterm>
|
---|
| 17 |
|
---|
| 18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 19 | href="../common/perl.xml"
|
---|
| 20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
| 21 |
|
---|
| 22 | <sect2 role="installation">
|
---|
| 23 | <title>Installation of Perl</title>
|
---|
| 24 |
|
---|
[3508ede] | 25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 26 | href="../common/perl.xml"
|
---|
| 27 | xpointer="xpointer(//*[@os='p1'])"/>
|
---|
| 28 |
|
---|
| 29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 30 | href="../common/perl.xml"
|
---|
| 31 | xpointer="xpointer(//*[@os='p2'])"/>
|
---|
| 32 |
|
---|
[9c1db810] | 33 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 34 | href="../common/perl.xml"
|
---|
[96d0fe5] | 35 | xpointer="xpointer(//*[@os='s1'])"/>
|
---|
[9c1db810] | 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="../common/perl.xml"
|
---|
[96d0fe5] | 39 | xpointer="xpointer(//*[@os='s2'])"/>
|
---|
[9c1db810] | 40 |
|
---|
| 41 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 42 | href="../common/perl.xml"
|
---|
| 43 | xpointer="xpointer(//*[@os='a00'])"/>
|
---|
| 44 |
|
---|
| 45 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 46 | href="../common/perl.xml"
|
---|
| 47 | xpointer="xpointer(//*[@os='a01'])"/>
|
---|
| 48 |
|
---|
[0ae51e6] | 49 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 50 | href="../common/perl.xml"
|
---|
| 51 | xpointer="xpointer(//*[@os='a02'])"/>
|
---|
| 52 |
|
---|
[9c1db810] | 53 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 54 | href="../common/perl.xml"
|
---|
| 55 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
| 56 |
|
---|
| 57 | <screen os="b"><userinput>./configure.gnu --prefix=/usr \
|
---|
| 58 | -Dman1dir=/usr/share/man/man1 \
|
---|
| 59 | -Dman3dir=/usr/share/man/man3 \
|
---|
| 60 | -Dpager="/bin/less -isR" \
|
---|
| 61 | -Dcc="gcc ${BUILD32}" \
|
---|
| 62 | -Dusethreads</userinput></screen>
|
---|
| 63 |
|
---|
| 64 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 65 | href="../common/perl.xml"
|
---|
| 66 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
| 67 |
|
---|
| 68 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 69 | href="../common/perl.xml"
|
---|
| 70 | xpointer="xpointer(//*[@os='d'])"/>
|
---|
| 71 |
|
---|
| 72 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 73 | href="../common/perl.xml"
|
---|
| 74 | xpointer="xpointer(//*[@os='e'])"/>
|
---|
| 75 |
|
---|
| 76 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 77 | href="../common/perl.xml"
|
---|
| 78 | xpointer="xpointer(//*[@os='h'])"/>
|
---|
| 79 |
|
---|
| 80 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 81 | href="../common/perl.xml"
|
---|
| 82 | xpointer="xpointer(//*[@os='j'])"/>
|
---|
| 83 |
|
---|
| 84 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 85 | href="../common/perl.xml"
|
---|
| 86 | xpointer="xpointer(//*[@os='k'])"/>
|
---|
| 87 |
|
---|
[9eda04a] | 88 | <para os="l">Add a suffix to the <command>perl</command> binary which will
|
---|
[4279288] | 89 | be used by the multilib wrapper installed later:</para>
|
---|
[9c1db810] | 90 |
|
---|
[8f0f884] | 91 | <screen os="m"><userinput>mv /usr/bin/perl{,-32}
|
---|
| 92 | mv /usr/bin/perl&perl-version;{,-32}</userinput></screen>
|
---|
[9c1db810] | 93 |
|
---|
| 94 | </sect2>
|
---|
| 95 |
|
---|
| 96 | <sect2 role="content">
|
---|
| 97 | <title/>
|
---|
| 98 |
|
---|
| 99 | <para>Details on this package are located in <xref
|
---|
| 100 | linkend="contents-perl" role="."/></para>
|
---|
| 101 |
|
---|
| 102 | </sect2>
|
---|
| 103 | </sect1>
|
---|