Re: Problem compiling mod_perl on AIX

2021-08-10 Thread Tammer, Rainer
Hello, No problem at all. Sorry, this is indeed a typo. I can test the new release when you are done preparing it. The AIX system perl is 5.28 (AIX 7.1 and 7.2). You can get a more recent version from the AIX Toolbox, but I preferred the system installed version. Bye Rainer Tammer --

Re: Problem compiling mod_perl on AIX

2021-08-10 Thread Steve Hay
On Wed, 7 Jul 2021 at 13:35, Rainer Tammer 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 >