source: BOOK/final-system/multilib/perl-64bit.xml@ 60ec2de

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 60ec2de was 42622bd, checked in by Jim Gifford <clfs@…>, 16 years ago

Added: -Dvendorprefix=/usr to perl

  • Property mode set to 100644
File size: 4.7 KB
RevLine 
[3f8be484]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" [
[3f8be484]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-perl" role="wrap">
9 <?dbhtml filename="perl-64bit.html"?>
10
[9c1db810]11 <title>Perl-&perl-version; 64 Bit</title>
[3f8be484]12
13 <indexterm zone="ch-system-perl">
14 <primary sortas="a-Perl">Perl</primary>
15 </indexterm>
16
[566db8e]17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
18 href="../common/perl.xml"
19 xpointer="xpointer(//*[@role='package'])"/>
[3f8be484]20
21 <sect2 role="installation">
22 <title>Installation of Perl</title>
23
[6a7f467]24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
25 href="../common/perl.xml"
[96d0fe5]26 xpointer="xpointer(//*[@os='s1'])"/>
[6a7f467]27
28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
29 href="../common/perl.xml"
[96d0fe5]30 xpointer="xpointer(//*[@os='s2'])"/>
[6a7f467]31
[d10818d]32 <para os="mp1">Perl does not, by default, know about library directories with names other
[9c1db810]33 than lib, The following patch will allow it to install to other directories:</para>
[3f8be484]34
[d10818d]35<screen os="mp2"><userinput>patch -Np1 -i ../&perl-multilib-patch;</userinput></screen>
[3f8be484]36
[9c1db810]37 <para os="s1">There is a further (possibly cosmetic) anomaly - if we install perl and
[3f8be484]38 then run <command>perl -V</command> it will claim that libc is in /lib. The
[9c1db810]39 following sed fixes this, but only takes effect when <command>make install
[403203d]40 </command> is run:</para>
[3f8be484]41
[9c1db810]42<screen os="s2"><userinput>sed -i "/libc/s@/lib@/lib64@" hints/linux.sh</userinput></screen>
[3f8be484]43
[403203d]44 <para os="m2">We still need to tell perl to actually use lib64:</para>
[3f8be484]45
[e0e40d3]46<screen os="m3"><userinput>echo 'installstyle="lib64/perl5"' >>hints/linux.sh</userinput></screen>
[3f8be484]47
48 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
49 href="../common/perl.xml"
50 xpointer="xpointer(//*[@os='a'])"/>
51
[bbf90e8]52<screen os="b"><userinput>./configure.gnu --prefix=/usr \
[42622bd]53 -Dvendorprefix=/usr \
[bbf90e8]54 -Dman1dir=/usr/share/man/man1 \
55 -Dman3dir=/usr/share/man/man3 \
56 -Dpager="/bin/less -isR" \
[3f8be484]57 -Dlibpth="/usr/local/lib64 /lib64 /usr/lib64" \
[c33fed0]58 -Dcc="gcc ${BUILD64}" \
[1da2a84]59 -Dusethreads -Duseshrplib</userinput></screen>
[3f8be484]60
[e0e40d3]61 <variablelist os="m4">
[3f8be484]62 <title>The meaning of the new configure option:</title>
63
64 <varlistentry>
65 <term><parameter>-Dlibpth="/usr/local/lib64 /lib64 /usr/lib64"</parameter></term>
66 <listitem>
67 <para>This tells Perl to link against the 64-bit libraries.</para>
68 </listitem>
69 </varlistentry>
70
71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
72 href="../common/perl.xml"
[e0e40d3]73 xpointer="xpointer(//*[@os='c1'])"/>
74
[bbf90e8]75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
76 href="../common/perl.xml"
77 xpointer="xpointer(//*[@os='c2'])"/>
78
[c33fed0]79 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
80 href="../common/perl.xml"
81 xpointer="xpointer(//*[@os='c3'])"/>
82
[1da2a84]83 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84 href="../common/perl.xml"
85 xpointer="xpointer(//*[@os='c4'])"/>
86
[e0e40d3]87 </variablelist>
[3f8be484]88
89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
90 href="../common/perl.xml"
91 xpointer="xpointer(//*[@os='d'])"/>
92
93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
94 href="../common/perl.xml"
95 xpointer="xpointer(//*[@os='e'])"/>
96
97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
98 href="../common/perl.xml"
99 xpointer="xpointer(//*[@os='h'])"/>
100
101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
102 href="../common/perl.xml"
103 xpointer="xpointer(//*[@os='j'])"/>
104
[b4f5af8]105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
106 href="../common/perl.xml"
107 xpointer="xpointer(//*[@os='k'])"/>
108
[9c1db810]109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
110 href="perl.xml"
111 xpointer="xpointer(//*[@os='l'])"/>
112
[1da2a84]113<screen os="m"><userinput>mv -v /usr/bin/perl{,-64}
114mv -v /usr/bin/perl&perl-version;{,-64}</userinput></screen>
[9c1db810]115
[5accd22]116 <para os="n">Now we need to create a link to the multiarch wrapper that
117 lets us choose which perl installation to use:</para>
118
[8f0f884]119<screen os="o"><userinput>ln -sv multiarch_wrapper /usr/bin/perl
120ln -sv multiarch_wrapper /usr/bin/perl&perl-version;</userinput></screen>
[5accd22]121
[93a3052a]122 <para os="p">The value of the <envar>USE_ARCH</envar> environment variable
[5accd22]123 will decide which perl binary to execute.
124 <command>USE_ARCH=32 perl -V:cc</command> will give the value of CC used to
125 build the 32bit perl. The multiarch_wrapper will help later with building
126 perl extensions and bindings. Without the multiarch_wrapper it is very hard
[c4534a5]127 to setup a 32bit extension or binding.</para>
[95ab747]128
[4b453a1]129 </sect2>
130
[3f8be484]131 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
132 href="../common/perl.xml"
133 xpointer="xpointer(id('contents-perl'))"/>
134
135</sect1>
Note: See TracBrowser for help on using the repository browser.