On Wed, 7 Jul 2021 at 13:35, Rainer Tammer <rainer.tam...@schulergroup.com>
wrote:

> I suggest to add a note in the INSTALL to:
>
> export MAKE="/opt/freeware/bin/gmake"
> perl Makefile.PL ....
>
> -----[./INSTALL]--------
> Simple install:
>
>   % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
>   % make && make test
>   % make install
>
> Simple config:
>
>   LoadModule perl_module modules/mod_perl.so
>   #PerlModule Apache::compat
>   # your config comes here
> -----[./INSTALL]--------
>
>
> ->
>
> -----[./INSTALL]--------
> Simple install:
>
>   % perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
>   % 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
>   % gake && gake test
>   % gake install
>
> Simple config:
>
>   LoadModule perl_module modules/mod_perl.so
>   #PerlModule Apache::compat
>   # your config comes here
> -----[./INSTALL]--------
>
>
Thanks for the patch, and apologies for the slow response. I want to
include this patch in the next release, which I intend to start making in
the next few days, however, is there a typo above?: Should this:

gake && gake test
gake install

be this:

gmake && gmake test
gmake install

?

Reply via email to