You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs-cvs@perl.apache.org by st...@apache.org on 2004/12/07 20:33:38 UTC

svn commit: r110150 - /perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod

Author: stas
Date: Tue Dec  7 11:33:38 2004
New Revision: 110150

URL: http://svn.apache.org/viewcvs?view=rev&rev=110150
Log:
./buildconf needs to be run in the fresh svn checkout tree for static mp 
build

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&rev=110150&p1=perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod&r1=110149&p2=perl/modperl/docs/trunk/src/docs/2.0/user/install/install.pod&r2=110150
==============================================================================
--- 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	Tue Dec  7 11:33:38 2004
@@ -329,6 +329,12 @@
 Before you proceed make sure that Apache 2.0 has been downloaded and
 extracted. mod_perl B<cannot> be built before that.
 
+If this is an svn checkout and not an official distribution tarball,
+you need to first run:
+
+  % cd httpd-2.0
+  % ./buildconf
+
 To enable statically linking mod_perl into Apache, use the
 C<L<MP_USE_STATIC|/MP_USE_STATIC>> flag like this:
 

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-cvs-help@perl.apache.org