stas 2003/01/30 16:32:35 Modified: src/docs/2.0/user/install install.pod src/docs/2.0/user/intro start_fast.pod Log: stress again that Apache and Perl have to be built and installed before proceeding. Revision Changes Path 1.36 +3 -0 modperl-docs/src/docs/2.0/user/install/install.pod Index: install.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/install/install.pod,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- install.pod 18 Jan 2003 01:35:55 -0000 1.35 +++ install.pod 31 Jan 2003 00:32:35 -0000 1.36 @@ -234,6 +234,9 @@ =head2 Configuring mod_perl +Before you proceed make sure that Apache 2.0 has been built and +installed. mod_perl B<cannot> be built before that. + % cd modperl-2.0 % perl Makefile.PL MP_AP_PREFIX=$HOME/httpd/prefork \ MP_INST_APACHE2=1 1.11 +3 -1 modperl-docs/src/docs/2.0/user/intro/start_fast.pod Index: start_fast.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/intro/start_fast.pod,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- start_fast.pod 27 Jan 2003 04:05:13 -0000 1.10 +++ start_fast.pod 31 Jan 2003 00:32:35 -0000 1.11 @@ -16,7 +16,9 @@ Before installing mod_perl, you need check that you have the L<mod_perl 2.0 -prerequisites|docs::2.0::user::install::install/Prerequisites>. +prerequisites|docs::2.0::user::install::install/Prerequisites> B<installed>. +Apache and the right Perl version have to be built and installed +B<before> you can proceed with building mod_perl. In this chapter we assume that httpd was installed under I<$HOME/httpd/prefork>.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]