Re: Problem compiling mod_perl on AIX

Steve Hay <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <CADED=K6vJEJWDCGqOeKaJqhmTE6zrrQz2ZmxViwtZtFvKcrZ1Q@mail.gmail.com>
On Wed, 7 Jul 2021 at 13:35, Rainer Tammer <[email protected]>
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

?
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.