summaryrefslogtreecommitdiff
path: root/docs/manual/install.xml
diff options
context:
space:
mode:
authorAstrid Malo <kess@apache.org>2005-08-22 21:40:16 +0000
committerAstrid Malo <kess@apache.org>2005-08-22 21:40:16 +0000
commitc83b3be5cecc8844f6daf19656c493d2f2280216 (patch)
treea00b8b2c2d753511854c5ee93d42469dab106e16 /docs/manual/install.xml
parent6fcf2b437f1c8a98ffcd79689386ea4c86942168 (diff)
downloadhttpd-c83b3be5cecc8844f6daf19656c493d2f2280216.tar.gz
some language changes and fixes
committed by Noirin Plunkett git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@239255 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/install.xml')
-rw-r--r--docs/manual/install.xml17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/manual/install.xml b/docs/manual/install.xml
index 6541d29386..619d84fc82 100644
--- a/docs/manual/install.xml
+++ b/docs/manual/install.xml
@@ -152,14 +152,15 @@
<dd>For some of the support scripts like <program>
apxs</program> or <program>dbmmanage</program> (which are
written in Perl) the Perl 5 interpreter is required (versions
- 5.003 or newer are sufficient). If no such interpreter is found by
- the <program>configure</program> script there is no harm. Of course, you
- still can build and install Apache 2.0. Only those support scripts
- cannot be used. If you have multiple Perl interpreters
- installed (perhaps a Perl 4 from the vendor and a Perl 5 from
- your own), then it is recommended to use the <code>--with-perl</code>
- option (see below) to make sure the correct one is selected
- by <program>configure</program>.</dd>
+ 5.003 or newer are sufficient). If you have multiple Perl
+ interpreters (for example, a systemwide install of Perl 4, and
+ your own install of Perl 5), you are advised to use the
+ <code>--with-perl</code> option (see below) to make sure the
+ correct one is used by <program>configure</program>.
+ If no Perl 5 interpreter is found by the
+ <program>configure</program> script, you will not be able to use
+ the affected support scripts. Of course, you will still be able to
+ build and use Apache 2.0.</dd>
</dl>
</section>