Improve installation instructions for AIX Patch by Rainer Tammer <rainer.tammer@schulergroup.com>. git-svn-id: https://svn.apache.org/repos/asf/perl/modperl/trunk@1892235 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/INSTALL b/INSTALL index 1496752..e8c110b 100644 --- a/INSTALL +++ b/INSTALL
@@ -4,6 +4,16 @@ % make && make test % make install +Simple install on AIX: + + You will need GNU make to compile mod_perl. The AIX make does not work. + If you have installed GNU make from the AIX Toolbox: + + % export MAKE="/opt/freeware/bin/gmake" + % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs + % gmake && gmake test + % gmake install + Simple config: LoadModule perl_module modules/mod_perl.so