Re: 1.25-tobe

2001-01-26 Thread Ken Williams
[EMAIL PROTECTED] (Doug MacEachern) wrote: >On Fri, 26 Jan 2001, Ken Williams wrote: > >> With a freshly downloaded apache 1.3.14, I did "perl Makefile.PL >> EVERYTHING=1". First time through I got this: > >ok, i see the problem (USE_APACI=1 hid it for me). patch below should >fix, you can also

Re: 1.25-tobe

2001-01-26 Thread sterling
redhat 7 looks good to me current cvs of apache-1.3 and modperl perl Makefile.PL EVERYTHING=1 [Fri Jan 26 12:34:25 2001] [notice] Apache/1.3.17-dev (Unix) mod_perl/1.24_02-dev configured -- resuming normal operations [sterling@thresher ~]$ perl -V Summary of my perl5 (revision 5.0 version 6

Re: 1.25-tobe

2001-01-26 Thread sterling
runs fine on win2K (apache && modperl from current cvs) serves up Apache::Status and a couple of other quick tests. i'll check my redhat7 box next sterling Apache/1.3.17-dev (Win32) mod_perl/1.24_02-dev running... Summary of my perl5 (revision 5 version 6 subversion 0) configuration: Platf

Re: 1.25-tobe

2001-01-26 Thread Bruce W. Hoylman
Even the perlrun test passes this time! All appears OK. Configuration: Makefile.PL args from makepl_args.mod_perl: APACHE_PREFIX=/www APACHE_SRC=/www/src/apache-1.3_20010125111201/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 APACI_ARGS=--mandir=/u/stuff/man,--prefix=/www,--enable-module=most,--with

RE: 1.25-tobe

2001-01-26 Thread Geoffrey Young
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 26, 2001 11:45 AM > To: Geoffrey Young > Cc: [EMAIL PROTECTED] > Subject: RE: 1.25-tobe > > > On Fri, 26 Jan 2001, Geoffrey Young wrote: > > > all is ok from cvs with perl 5.6.0 and has be

RE: 1.25-tobe

2001-01-26 Thread Doug MacEachern
On Fri, 26 Jan 2001, Geoffrey Young wrote: > all is ok from cvs with perl 5.6.0 and has been for weeks (I recompile from > cvs nightly on my playground). coolness. > I just made perl yesterday from perl-current and am having problems with > libapreq_031_3. if I remove Request.pm and Cookie.p

Re: 1.25-tobe

2001-01-26 Thread Doug MacEachern
On Fri, 26 Jan 2001, Ken Williams wrote: > With a freshly downloaded apache 1.3.14, I did "perl Makefile.PL > EVERYTHING=1". First time through I got this: ok, i see the problem (USE_APACI=1 hid it for me). patch below should fix, you can also just run perl -pi -e 's/PERL5LIB/PRIVLIB/g' apache

RE: 1.25-tobe

2001-01-26 Thread Geoffrey Young
> -Original Message- > From: Doug MacEachern [mailto:[EMAIL PROTECTED]] > Sent: Friday, January 26, 2001 2:26 AM > To: [EMAIL PROTECTED] > Subject: 1.25-tobe > > I still use apache-1.3/src/Configuration to configure mod_perl, so it's just EVERYTHING=1 for me :) all is ok from cvs wit

Re: 1.25-tobe

2001-01-26 Thread Ken Williams
Duh, the second failure was because the Apache.c file was only halfway created on the first run. So the real problem is some memory fault while creating Apache.c from Apache.xs. [EMAIL PROTECTED] (Ken Williams) wrote: >[EMAIL PROTECTED] (Doug MacEachern) wrote: >>i'd like to release 1.25 tommor

Re: 1.25-tobe

2001-01-26 Thread Ken Williams
[EMAIL PROTECTED] (Doug MacEachern) wrote: >i'd like to release 1.25 tommorrow, i do not plan on making any other >changes unless a showshopper pops up. >if anybody can test the current cvs or this snapshot: >http://perl.apache.org/~dougm/mod_perl-1.24_02-dev.tar.gz With a freshly downloaded apac

Re: 1.25-tobe

2001-01-26 Thread Matt Sergeant
On Thu, 25 Jan 2001, Doug MacEachern wrote: > i'd like to release 1.25 tommorrow, i do not plan on making any other > changes unless a showshopper pops up. > if anybody can test the current cvs or this snapshot: > http://perl.apache.org/~dougm/mod_perl-1.24_02-dev.tar.gz > > and pass along test r