[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-temp-tools-perl-64bit" role="wrap">
|
---|
| 11 | <?dbhtml filename="perl-64bit.html"?>
|
---|
| 12 |
|
---|
| 13 | <title>Perl-&perl-version; 64 Bit</title>
|
---|
| 14 |
|
---|
| 15 | <indexterm zone="ch-temp-tools-perl-64bit">
|
---|
| 16 | <primary sortas="a-Perl">Perl</primary>
|
---|
| 17 | <secondary>temporary tools, 64 Bit</secondary>
|
---|
| 18 | </indexterm>
|
---|
| 19 |
|
---|
| 20 | <sect2 role="package">
|
---|
| 21 | <title/>
|
---|
| 22 |
|
---|
| 23 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 24 | href="../../final-system/common/perl.xml"
|
---|
| 25 | xpointer="xpointer(//*[@role='package']/para[1])"/>
|
---|
| 26 |
|
---|
| 27 | <segmentedlist>
|
---|
| 28 | <segtitle>&buildtime;</segtitle>
|
---|
| 29 | <segtitle>&diskspace;</segtitle>
|
---|
| 30 |
|
---|
| 31 | <seglistitem>
|
---|
| 32 | <seg>Not checked yet</seg>
|
---|
| 33 | <seg>Not checked yet</seg>
|
---|
| 34 | </seglistitem>
|
---|
| 35 | </segmentedlist>
|
---|
| 36 |
|
---|
| 37 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 38 | href="../../final-system/common/perl.xml"
|
---|
| 39 | xpointer="xpointer(//*[@role='package']/segmentedlist[2])"/>
|
---|
| 40 |
|
---|
| 41 | </sect2>
|
---|
| 42 |
|
---|
| 43 | <sect2 role="installation">
|
---|
| 44 | <title>Installation of Perl</title>
|
---|
| 45 |
|
---|
| 46 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 47 | href="../common/perl.xml"
|
---|
| 48 | xpointer="xpointer(//*[@os='aa'])"/>
|
---|
| 49 |
|
---|
| 50 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 51 | href="../common/perl.xml"
|
---|
| 52 | xpointer="xpointer(//*[@os='ab'])"/>
|
---|
| 53 |
|
---|
| 54 | <para>Make sure Perl looks at <filename
|
---|
| 55 | class="directory">/tools/lib64</filename> for shared libraries:</para>
|
---|
| 56 |
|
---|
| 57 | <screen><userinput>sed -i 's@\${prefix}/lib@\${prefix}/lib64@g' hints/linux.sh</userinput></screen>
|
---|
| 58 |
|
---|
| 59 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 60 | href="../common/perl.xml"
|
---|
| 61 | xpointer="xpointer(//*[@os='ac'])"/>
|
---|
| 62 |
|
---|
| 63 | <screen><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='IO Fcntl POSIX' \
|
---|
| 64 | -Dcc="gcc ${BUILD64}"</userinput></screen>
|
---|
| 65 |
|
---|
| 66 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 67 | href="../common/perl.xml"
|
---|
| 68 | xpointer="xpointer(//*[@os='ae'])"/>
|
---|
| 69 |
|
---|
| 70 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 71 | href="../common/perl.xml"
|
---|
| 72 | xpointer="xpointer(//*[@os='af'])"/>
|
---|
| 73 |
|
---|
| 74 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 75 | href="../common/perl.xml"
|
---|
| 76 | xpointer="xpointer(//*[@os='ag'])"/>
|
---|
| 77 |
|
---|
| 78 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
| 79 | href="../common/perl.xml"
|
---|
| 80 | xpointer="xpointer(//*[@os='ah'])"/>
|
---|
| 81 |
|
---|
| 82 | <screen><userinput>cp perl pod/pod2man /tools/bin
|
---|
| 83 | install -d /tools/lib64/perl5/&perl-version;
|
---|
| 84 | cp -R lib/* /tools/lib64/perl5/&perl-version;</userinput></screen>
|
---|
| 85 |
|
---|
| 86 | </sect2>
|
---|
| 87 |
|
---|
| 88 | <sect2 role="content">
|
---|
| 89 | <title/>
|
---|
| 90 |
|
---|
| 91 | <para>Details on this package are located in <xref
|
---|
| 92 | linkend="contents-perl" role="."/></para>
|
---|
| 93 |
|
---|
| 94 | </sect2>
|
---|
| 95 |
|
---|
| 96 | </sect1>
|
---|