source: BOOK/final-system/multilib/perl.xml @ 98b3f45

clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 98b3f45 was dabbced, checked in by Joe Ciccone <jciccone@…>, 13 years ago

Change the XInclude schema path from 2003 to 2001. 2003 is depreciated
according to w3.org and 2001 should be used instead.

  • Property mode set to 100644
File size: 2.9 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
[dabbced]73    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]74    href="../common/perl.xml"
75    xpointer="xpointer(//*[@os='j'])"/>
76
[dabbced]77    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
[9c1db810]78    href="../common/perl.xml"
79    xpointer="xpointer(//*[@os='k'])"/>
80
[9eda04a]81    <para os="l">Add a suffix to the <command>perl</command> binary which will
[23ec9c0]82    be used by the multiarch wrapper:</para>
[9c1db810]83
[1da2a84]84<screen os="m"><userinput>mv -v /usr/bin/perl{,-32}
85mv -v /usr/bin/perl&perl-version;{,-32}</userinput></screen>
[9c1db810]86
87  </sect2>
88
89  <sect2 role="content">
90    <title/>
91
92    <para>Details on this package are located in <xref
93    linkend="contents-perl" role="."/></para>
94
95  </sect2>
96</sect1>
Note: See TracBrowser for help on using the repository browser.