Re: Problem compiling mod_perl on AIX

2021-08-11 Thread Steve Hay
On Tue, 10 Aug 2021 at 18:50, Tammer, Rainer wrote: > Hello, > No problem at all. > > Sorry, this is indeed a typo. > > I can test the new release when you are done preparing it. > > > Thanks. This is now committed. I will post to this list when 2.0.012-RC1 is ready.

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 >

Re: Problem compiling mod_perl on AIX

2021-07-07 Thread Rainer Tammer
Hello, I think I have found the problem. -[Makefile]--- cut. # FULLEXT = Pathname for extension directory (eg Foo/Bar/Oracle). # BASEEXT = Basename part of FULLEXT. May be just equal FULLEXT. (eg Oracle) # PARENT_NAME = NAME without BASEEXT and no trailing :: (

Re: Problem compiling mod_perl on AIX

2021-07-07 Thread Rainer Tammer
Hello, I have tried gcc, but this does gives me the same error. I think something with the build tools (or perl) is not working correctly. Note: The latest version of https://perldoc.perl.org/perlaix is mainly from me :-): AUTHORS Rainer Tammer I have successfully compiled mod_perl

Re: Problem compiling mod_perl on AIX

2021-07-06 Thread Edward J. Sabol
On Jul 6, 2021, at 2:49 AM, Rainer Tammer wrote: > I do have a problem compiling mod_perl 2.0.8, 2.0.10 or 2.0.11 on AIX 7.1/7.2. > I did not have this problem in the past (older AIX and older AIX system Perl > v5.10.1). > The current system Perl version on AIX is 5.28.1. [...] > make: 1254-002

Problem compiling mod_perl on AIX

2021-07-05 Thread Rainer Tammer
Hello, I do have a problem compiling mod_perl 2.0.8, 2.0.10 or 2.0.11 on AIX 7.1/7.2. I did not have this problem in the past (older AIX and older AIX system Perl v5.10.1). The current system Perl version on AIX is 5.28.1. If I call "gmake -i" to ignore the make error then I can successfully