Re: Problem compiling mod_perl on AIX

"Tammer, Rainer" <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
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

--


=======================================================

Schuler Pressen GmbH

Dipl.-Ing. (FH) Rainer Tammer

Abt.: ISS

Tel.: +49(7161)66-747<tel:+49(7161)66-747>

FAX: +49(7161)66-844<tel:+49(7161)66-844>

eMail: [email protected]<mailto:[email protected]>

URL: www.schulergroup.com<http://www.schulergroup.com/>

Lync: sip:[email protected]

Jabber: [email protected]<mailto:[email protected]>

Member of the ANDRITZ Group

Pflichtangaben: http://pflichtangaben.schulergroup.com<http://pflichtangaben.schulergroup.com/>

=======================================================


On 10. Aug 2021, at 19:03, Steve Hay <[email protected]> wrote:


On Wed, 7 Jul 2021 at 13:35, Rainer Tammer <[email protected]<mailto:[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.