mod_perl install problem

2002-08-16 Thread J. W. Ballantine
Hi, I've CVS'ed mod_perl-2.0, this morning Aug. 16th at about 11:00am Eastern time, and when I attempt to build with: AKIVA $ perl Makefile.PL MP_AP_PREFIX=/a3/APACHE/Apache2 MP_INST_APACHE2=1 I get: !!! You are running Perl version 5.6.0 We strongly suggest you upgr

mod_perl-1.99_04 compile failure

2002-08-15 Thread J. W. Ballantine
Hi, I have apache 2.0.40, built and working and I'm trying to add the mod_perl 2 module, but when I try to install it I'm failing on the compile of mod_perl.c. The makefile command is: perl Makefile.PL MP_AP_PREFIX=/a3/APACHE/Apache2 MP_INST_APACHE2=1 MP_USE_STATIC=1 This ru

Another mod_perl-1.99_04 compile failure

2002-08-14 Thread J. W. Ballantine
After applying the patch Kyoichi sent, mod_perl.c compiled fine and the make continued until: cd "src/modules/perl" && make -f Makefile.modperl cc -c -I/a4/WWW/APACHE2/mod_perl-1.99_04/src/modules/perl -I/a4/WWW/APACHE2/mod_perl-1.99_04/xs -I/a3/APACHE/Apache2/include -I/usr/local/include

Re: mod_perl-1.99_04 compile failure

2002-08-14 Thread J. W. Ballantine
NULL, >AP_FTYPE_CONNECTION); > > ap_hook_pre_connection(modperl_hook_pre_connection, > > > > > From: "J. W. Ballantine" <[EMAIL PROTECTED]> > Subject: mod_perl-1.99_04 compile failure > Date: Wed, 14 Aug 2

mod_perl-1.99_04 compile failure

2002-08-14 Thread J. W. Ballantine
Hi, Hopefully this is not a repost... I have apache 2.0.40, built and working and I'm trying to add the mod_perl 2 module, but when I try to install it I'm failing on the compile of mod_perl.c. The makefile command is: perl Makefile.PL MP_AP_PREFIX=/a3/APACHE/Apache2 MP_INST_