source: BOOK/final-system/multilib/perl.xml@ 80a92ec

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 80a92ec was d73cf0a, checked in by Joe Ciccone <jciccone@…>, 18 years ago

Change the text in the top of the perl instructions so that you only set the hostname and bring the loopback device up if you've followed the boot method.
Only show those notes on the first perl build - No need to set the hostname to clfs twice on multilib builds.

  • Property mode set to 100644
File size: 2.9 KB
Line 
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 %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
25 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
26 href="../common/perl.xml"
27 xpointer="xpointer(//*[@os='s1'])"/>
28
29 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
30 href="../common/perl.xml"
31 xpointer="xpointer(//*[@os='s2'])"/>
32
33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
34 href="../common/perl.xml"
35 xpointer="xpointer(//*[@os='a00'])"/>
36
37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38 href="../common/perl.xml"
39 xpointer="xpointer(//*[@os='a01'])"/>
40
41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42 href="../common/perl.xml"
43 xpointer="xpointer(//*[@os='a02'])"/>
44
45 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
46 href="../common/perl.xml"
47 xpointer="xpointer(//*[@os='a'])"/>
48
49<screen os="b"><userinput>./configure.gnu --prefix=/usr \
50 -Dman1dir=/usr/share/man/man1 \
51 -Dman3dir=/usr/share/man/man3 \
52 -Dpager="/bin/less -isR" \
53 -Dcc="gcc ${BUILD32}" \
54 -Dusethreads</userinput></screen>
55
56 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
57 href="../common/perl.xml"
58 xpointer="xpointer(//*[@os='c'])"/>
59
60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
61 href="../common/perl.xml"
62 xpointer="xpointer(//*[@os='d'])"/>
63
64 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
65 href="../common/perl.xml"
66 xpointer="xpointer(//*[@os='e'])"/>
67
68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
69 href="../common/perl.xml"
70 xpointer="xpointer(//*[@os='h'])"/>
71
72 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
73 href="../common/perl.xml"
74 xpointer="xpointer(//*[@os='j'])"/>
75
76 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
77 href="../common/perl.xml"
78 xpointer="xpointer(//*[@os='k'])"/>
79
80 <para os="l">Add a suffix to the <command>perl</command> binary which will
81 be used by the multilib wrapper installed later:</para>
82
83<screen os="m"><userinput>mv /usr/bin/perl{,-32}
84mv /usr/bin/perl&perl-version;{,-32}</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</sect1>
Note: See TracBrowser for help on using the repository browser.