aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07
diff options
context:
space:
mode:
Diffstat (limited to 'chapter07')
-rw-r--r--chapter07/perl.xml10
1 files changed, 9 insertions, 1 deletions
diff --git a/chapter07/perl.xml b/chapter07/perl.xml
index 7921cf3d9..b7d80b3b6 100644
--- a/chapter07/perl.xml
+++ b/chapter07/perl.xml
@@ -45,7 +45,15 @@
<para>Prepare Perl for compilation:</para>
-<screen><userinput remap="configure">sh Configure -des -Dprefix=/usr</userinput></screen>
+ <screen><userinput remap="configure">sh Configure -des \
+ -Dprefix=/usr \
+ -Dvendorprefix=/usr \
+ -Dprivlib=/usr/share/perl5/core_perl \
+ -Darchlib=/usr/lib/perl5/&perl-version-min;/core_perl \
+ -Dsitelib=/usr/share/perl5/site_perl \
+ -Dsitearch=/usr/lib/perl5/&perl-version-min;/site_perl \
+ -Dvendorlib=/usr/share/perl5/vendor_perl \
+ -Dvendorarch=/usr/lib/perl5/&perl-version-min;/vendor_perl</userinput></screen>
<variablelist>
<title>The meaning of the new Configure options:</title>