stas 2003/05/01 18:27:19
Modified: . INSTALL.MacOSX Log: add a note about using -apxs arg Submitted by: David Wheeler <[EMAIL PROTECTED]> Revision Changes Path 1.6 +4 -1 httpd-apreq/INSTALL.MacOSX Index: INSTALL.MacOSX =================================================================== RCS file: /home/cvs/httpd-apreq/INSTALL.MacOSX,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- INSTALL.MacOSX 1 May 2003 00:15:33 -0000 1.5 +++ INSTALL.MacOSX 2 May 2003 01:27:19 -0000 1.6 @@ -25,8 +25,11 @@ Next, the normal Perl build of libapreq should work. Note that you'll need Apache::TestMM, libwwwperl, and URI installed in order to run "make test". +It's also a good idea to use the "-apxs" argument to Makefile.PL so that +"make test" knows where to find and start your Apache server. This is +especially true if you've compiled and isntalled your own Apache. -% perl Makefile.PL +% perl Makefile.PL -apxs /usr/sbin/apxs % make % make test % sudo make install
