source: BOOK/final-system/multilib/perl.xml@ 58ff30e

clfs-3.0.0-sysvinit sysvinit
Last change on this file since 58ff30e was ba3910e, checked in by William Harrington <kb0iic@…>, 11 years ago

Fix perl and perl 32bit instructions for note and remove a redundant command that only should be with the boot method note regarding tests.

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[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
[dabbced]18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]19 href="../common/perl.xml"
20 xpointer="xpointer(//*[@role='package'])"/>
21
22 <sect2 role="installation">
23 <title>Installation of Perl</title>
24
[dabbced]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[ccd51bc]26 href="../common/perl.xml"
27 xpointer="xpointer(//*[@os='s3'])"/>
28
[dabbced]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[ccd51bc]30 href="../common/perl.xml"
31 xpointer="xpointer(//*[@os='s4'])"/>
32
[dabbced]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]34 href="../common/perl.xml"
35 xpointer="xpointer(//*[@os='a00'])"/>
36
[dabbced]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]38 href="../common/perl.xml"
39 xpointer="xpointer(//*[@os='a01'])"/>
40
[dabbced]41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[0ae51e6]42 href="../common/perl.xml"
43 xpointer="xpointer(//*[@os='a02'])"/>
44
[dabbced]45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]46 href="../common/perl.xml"
47 xpointer="xpointer(//*[@os='a'])"/>
48
49<screen os="b"><userinput>./configure.gnu --prefix=/usr \
[42622bd]50 -Dvendorprefix=/usr \
[9c1db810]51 -Dman1dir=/usr/share/man/man1 \
52 -Dman3dir=/usr/share/man/man3 \
53 -Dpager="/bin/less -isR" \
54 -Dcc="gcc ${BUILD32}" \
[1da2a84]55 -Dusethreads -Duseshrplib</userinput></screen>
[9c1db810]56
[dabbced]57 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]58 href="../common/perl.xml"
59 xpointer="xpointer(//*[@os='c'])"/>
60
[dabbced]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]62 href="../common/perl.xml"
63 xpointer="xpointer(//*[@os='d'])"/>
64
[dabbced]65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]66 href="../common/perl.xml"
67 xpointer="xpointer(//*[@os='e'])"/>
68
[dabbced]69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]70 href="../common/perl.xml"
71 xpointer="xpointer(//*[@os='h'])"/>
72
[686839b]73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
74 href="../common/perl.xml"
75 xpointer="xpointer(//*[@os='h2'])"/>
76
[dabbced]77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]78 href="../common/perl.xml"
79 xpointer="xpointer(//*[@os='j'])"/>
80
[dabbced]81 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]82 href="../common/perl.xml"
83 xpointer="xpointer(//*[@os='k'])"/>
84
[9eda04a]85 <para os="l">Add a suffix to the <command>perl</command> binary which will
[23ec9c0]86 be used by the multiarch wrapper:</para>
[9c1db810]87
[1da2a84]88<screen os="m"><userinput>mv -v /usr/bin/perl{,-32}
89mv -v /usr/bin/perl&perl-version;{,-32}</userinput></screen>
[9c1db810]90
91 </sect2>
92
93 <sect2 role="content">
94 <title/>
95
96 <para>Details on this package are located in <xref
97 linkend="contents-perl" role="."/></para>
98
99 </sect2>
100</sect1>
Note: See TracBrowser for help on using the repository browser.