| 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 | 
 | 
|---|
| 8 | <sect1 id="ch-system-perl-n32" role="wrap">
 | 
|---|
| 9 |   <?dbhtml filename="perl-n32.html"?>
 | 
|---|
| 10 | 
 | 
|---|
| 11 |   <title>Perl-&perl-version; N32 Libraries</title>
 | 
|---|
| 12 | 
 | 
|---|
| 13 |   <indexterm zone="ch-system-perl-n32">
 | 
|---|
| 14 |     <primary sortas="a-Perl">Perl</primary>
 | 
|---|
| 15 |     <secondary>N32</secondary>
 | 
|---|
| 16 |   </indexterm>
 | 
|---|
| 17 | 
 | 
|---|
| 18 |   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 19 |   href="../common/perl.xml"
 | 
|---|
| 20 |   xpointer="xpointer(//*[@role='package'])"/>
 | 
|---|
| 21 | 
 | 
|---|
| 22 |   <sect2 role="installation">
 | 
|---|
| 23 |     <title>Installation of Perl</title>
 | 
|---|
| 24 | 
 | 
|---|
| 25 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 26 |     href="../common/perl.xml"
 | 
|---|
| 27 |     xpointer="xpointer(//*[@os='s3'])"/>
 | 
|---|
| 28 | 
 | 
|---|
| 29 | <screen os="s4"><userinput>sed -i -e '/^BUILD_ZLIB/s/True/False/' \
 | 
|---|
| 30 |        -e '/^INCLUDE/s,\./zlib-src,/usr/include,' \
 | 
|---|
| 31 |        -e '/^LIB/s,\./zlib-src,/usr/lib32,' \
 | 
|---|
| 32 |        cpan/Compress-Raw-Zlib/config.in</userinput></screen>
 | 
|---|
| 33 | 
 | 
|---|
| 34 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 35 |     href="perl-64bit.xml"
 | 
|---|
| 36 |     xpointer="xpointer(//*[@os='mp1'])"/>
 | 
|---|
| 37 | 
 | 
|---|
| 38 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 39 |     href="perl-64bit.xml"
 | 
|---|
| 40 |     xpointer="xpointer(//*[@os='mp2'])"/>
 | 
|---|
| 41 | 
 | 
|---|
| 42 |     <para os="m2">We still need to tell perl to actually use
 | 
|---|
| 43 |     <filename class="directory">lib32</filename>:</para>
 | 
|---|
| 44 | 
 | 
|---|
| 45 | <screen os="m3"><userinput>echo 'installstyle="lib32/perl5"' >> hints/linux.sh</userinput></screen>
 | 
|---|
| 46 | 
 | 
|---|
| 47 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 48 |     href="../common/perl.xml"
 | 
|---|
| 49 |     xpointer="xpointer(//*[@os='a'])"/>
 | 
|---|
| 50 | 
 | 
|---|
| 51 | <screen os="b"><userinput>./configure.gnu --prefix=/usr \
 | 
|---|
| 52 |    -Dvendorprefix=/usr \
 | 
|---|
| 53 |    -Dman1dir=/usr/share/man/man1 \
 | 
|---|
| 54 |    -Dman3dir=/usr/share/man/man3 \
 | 
|---|
| 55 |    -Dpager="/bin/less -isR" \
 | 
|---|
| 56 |    -Dlibpth="/usr/local/lib32 /lib32 /usr/lib32" \
 | 
|---|
| 57 |    -Dcc="gcc ${BUILDN32}" \
 | 
|---|
| 58 |    -Dusethreads -Duseshrplib</userinput></screen>
 | 
|---|
| 59 | 
 | 
|---|
| 60 |     <variablelist os="m4">
 | 
|---|
| 61 |       <title>The meaning of the new configure option:</title>
 | 
|---|
| 62 | 
 | 
|---|
| 63 |       <varlistentry>
 | 
|---|
| 64 |         <term><parameter>-Dlibpth="/usr/local/lib32 /lib32 /usr/lib32"</parameter></term>
 | 
|---|
| 65 |         <listitem>
 | 
|---|
| 66 |           <para>This tells Perl to link against the N32 libraries.</para>
 | 
|---|
| 67 |         </listitem>
 | 
|---|
| 68 |       </varlistentry>
 | 
|---|
| 69 | 
 | 
|---|
| 70 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 71 |     href="../common/perl.xml"
 | 
|---|
| 72 |     xpointer="xpointer(//*[@os='c1'])"/>
 | 
|---|
| 73 | 
 | 
|---|
| 74 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 75 |     href="../common/perl.xml"
 | 
|---|
| 76 |     xpointer="xpointer(//*[@os='c2'])"/>
 | 
|---|
| 77 | 
 | 
|---|
| 78 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 79 |     href="../common/perl.xml"
 | 
|---|
| 80 |     xpointer="xpointer(//*[@os='c3'])"/>
 | 
|---|
| 81 | 
 | 
|---|
| 82 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 83 |     href="../common/perl.xml"
 | 
|---|
| 84 |     xpointer="xpointer(//*[@os='c4'])"/>
 | 
|---|
| 85 | 
 | 
|---|
| 86 |     </variablelist>
 | 
|---|
| 87 | 
 | 
|---|
| 88 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 89 |     href="../common/perl.xml"
 | 
|---|
| 90 |     xpointer="xpointer(//*[@os='d'])"/>
 | 
|---|
| 91 | 
 | 
|---|
| 92 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 93 |     href="../common/perl.xml"
 | 
|---|
| 94 |     xpointer="xpointer(//*[@os='e'])"/>
 | 
|---|
| 95 | 
 | 
|---|
| 96 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 97 |     href="../common/perl.xml"
 | 
|---|
| 98 |     xpointer="xpointer(//*[@os='h'])"/>
 | 
|---|
| 99 | 
 | 
|---|
| 100 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 101 |     href="../common/perl.xml"
 | 
|---|
| 102 |     xpointer="xpointer(//*[@os='h2'])"/>
 | 
|---|
| 103 | 
 | 
|---|
| 104 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 105 |     href="../common/perl.xml"
 | 
|---|
| 106 |     xpointer="xpointer(//*[@os='j'])"/>
 | 
|---|
| 107 | 
 | 
|---|
| 108 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 109 |     href="../common/perl.xml"
 | 
|---|
| 110 |     xpointer="xpointer(//*[@os='k'])"/>
 | 
|---|
| 111 | 
 | 
|---|
| 112 |     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
 | 
|---|
| 113 |     href="perl.xml"
 | 
|---|
| 114 |     xpointer="xpointer(//*[@os='l'])"/>
 | 
|---|
| 115 | 
 | 
|---|
| 116 | <screen os="m"><userinput>mv -v /usr/bin/perl{,-n32}
 | 
|---|
| 117 | mv -v /usr/bin/perl&perl-version;{,-n32}</userinput></screen>
 | 
|---|
| 118 | 
 | 
|---|
| 119 |   </sect2>
 | 
|---|
| 120 | 
 | 
|---|
| 121 |   <sect2 role="content">
 | 
|---|
| 122 |     <title/>
 | 
|---|
| 123 | 
 | 
|---|
| 124 |     <para>Details on this package are located in <xref
 | 
|---|
| 125 |     linkend="contents-perl" role="."/></para>
 | 
|---|
| 126 | 
 | 
|---|
| 127 |   </sect2>
 | 
|---|
| 128 | 
 | 
|---|
| 129 | </sect1>
 | 
|---|