Author: stas
Date: Wed Feb 16 19:50:12 2005
New Revision: 154117

URL: http://svn.apache.org/viewcvs?view=rev&rev=154117
Log:
no need to install Apache for static mod_perl builds
contributed by: William McKee <[EMAIL PROTECTED]>

Modified:
    perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Modified: perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod
URL: 
http://svn.apache.org/viewcvs/perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod?view=diff&r1=154116&r2=154117
==============================================================================
--- perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod (original)
+++ perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod Wed Feb 16 
19:50:12 2005
@@ -205,6 +205,12 @@
 
 =head3 Apache
 
+You need to have Apache built and installed prior to building
+mod_perl, only if you intend build a DSO mod_perl. If you intend to
+build a statically linked Apache+mod_perl, you only need to have the
+Apache source available (mod_perl will build and install Apache for
+you), you should skip this step.
+
   % cd httpd-2.x.xx
   % ./configure --prefix=$HOME/httpd/prefork --with-mpm=prefork
   % make && make install



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to