From: Eric Covener Date: Wed, 22 Apr 2015 17:50:27 +0000 (+0000) Subject: no --with-perl since 1.3 X-Git-Tag: 2.5.0-alpha~3232 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=191f70b2b52d671c594a85edc4e88853cc0b52bd;p=apache no --with-perl since 1.3 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1675441 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 6e6554cf69..d1370e123c 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -174,12 +174,7 @@
For some of the support scripts like apxs or dbmmanage (which are written in Perl) the Perl 5 interpreter is required (versions - 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 - --with-perl option (see below) to make sure the - correct one is used by configure. - If no Perl 5 interpreter is found by the + 5.003 or newer are sufficient). If no Perl 5 interpreter is found by the configure script, you will not be able to use the affected support scripts. Of course, you will still be able to build and use Apache httpd.