Re: 1.25-tobe

2001-01-31 Thread Ken Williams
Finally found some time to test this. The Apache.xs -> Apache.c translation now works fine, but the 'make test' phase doesn't get very far through the tests. The server process just seems to die after serving a few requests, somewhere after 'modules/embperl' and before 'modules/file'. Here's t

Re: 1.25-tobe

2001-01-29 Thread Doug MacEachern
ok, here's a fix to make 5.004_04 happy.. Index: src/modules/perl/Makefile === RCS file: /home/cvs/modperl/src/modules/perl/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- src/modules/perl/Makefile 2001/01/26 16:42:

Re: 1.25-tobe

2001-01-29 Thread Doug MacEachern
i can reproduce this with 5.004_04. the problem isn't related to the PERL5LIB stuff, seems more like a bug with 5.004_04. if i drop in the Apache.xs from 1.24_01 all is well and i'm pretty sure the reason is just that 1.24_01's is smaller. i'll sort it out somehow. --

Re: 1.25-tobe

2001-01-29 Thread Doug MacEachern
On Fri, 26 Jan 2001, Ken Williams wrote: > That doesn't seem to do it for me, I still get the same error and it > craps out halfway through building Apache.c. looking closer at your error messages, seems what i saw is different from your problem. the line that your make is crapping out on hasn

Re: 1.25-tobe

2001-01-28 Thread Eric Cholet
On 01/25/01 23:26:19 -0800 Doug MacEachern mumbled: > 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

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

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