stas 2003/08/14 11:33:05
Modified: . INSTALL.MacOSX Log: --without-execstrip is needed for apache built on MacOSX Submitted by: David Wheeler <[EMAIL PROTECTED]> Revision Changes Path 1.7 +6 -2 httpd-apreq/INSTALL.MacOSX Index: INSTALL.MacOSX =================================================================== RCS file: /home/cvs/httpd-apreq/INSTALL.MacOSX,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- INSTALL.MacOSX 2 May 2003 01:27:19 -0000 1.6 +++ INSTALL.MacOSX 14 Aug 2003 18:33:05 -0000 1.7 @@ -75,10 +75,14 @@ % perl -pi.bak -e 's/-lapreq//' Request/Makefile.PL Cookie/Makefile.PL And finally, the normal Perl build of libapreq should work. Note that you'll -need libwwwperl and URI installed in order to run make test. +need libwwwperl and URI installed in order to run make test. Be sure to pass +the "--without-execstrip" argument to to the APACI_ARGS; this seems to be +required to compile Apache with mod_perl on Mac OS X. -% perl Makefile.PL +% perl Makefile.PL APACI_ARGS="--without-execstrip" % make % make test % sudo make install +If you compile Apache by hand, you'll need to pass the --without-execstrip +option to its ./configure script.
