Author: stevehay Date: Wed Aug 11 15:58:24 2021 New Revision: 1892235 URL: http://svn.apache.org/viewvc?rev=1892235&view=rev Log: Improve installation instructions for AIX
Patch by Rainer Tammer <rainer.tam...@schulergroup.com>. Modified: perl/modperl/trunk/INSTALL Modified: perl/modperl/trunk/INSTALL URL: http://svn.apache.org/viewvc/perl/modperl/trunk/INSTALL?rev=1892235&r1=1892234&r2=1892235&view=diff ============================================================================== --- perl/modperl/trunk/INSTALL (original) +++ perl/modperl/trunk/INSTALL Wed Aug 11 15:58:24 2021 @@ -4,6 +4,16 @@ Simple install: % 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