stas 2003/08/29 11:29:44
Modified: . INSTALL Log: prefer to use MP_APXS, and MP_AP_PREFIX only for non-installed Apache, or when Apache is installed under the same tree. Revision Changes Path 1.6 +8 -1 modperl-2.0/INSTALL Index: INSTALL =================================================================== RCS file: /home/cvs/modperl-2.0/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -u -u -r1.5 -r1.6 --- INSTALL 7 Apr 2002 00:27:59 -0000 1.5 +++ INSTALL 29 Aug 2003 18:29:44 -0000 1.6 @@ -1,8 +1,15 @@ Simple install: -% perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 +% perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs % make && make test % make install + +If Apache was built but not installed yet or if apxs is not available +and Apache was installed under a single tree (e.g., +/usr/local/apache2), you should use the MP_AP_PREFIX option, which +points that the Apache tree: + +% perl Makefile.PL MP_AP_PREFIX=/usr/local/apache2 See docs/user/install/install.pod for details.