Re: mod_perl 1.24 for Apache 1.3.14 patch

2000-11-30 Thread Jim Winstead
On Nov 30, Doran L. Barton wrote: > [ patch to handle 1.3.14 version string ] > > Think 1.25 will have this fixed? its already fixed in 1.24_01(*), so yes. jim (*) http://perl.apache.org/dist/mod_perl-1.24_01.tar.gz - To unsu

Re: mod_perl 1.24 for Apache 1.3.14 patch

2000-11-30 Thread ___cliff rayman___
1.24_01 fixes this problem for 1.3.14. "Doran L. Barton" wrote: > Not long ago, Dmitry Morozovsky proclaimed... > > Hello colleagues, > > > > In Apache 1.3.14, there is another change in version strings in httpd.h > > Here is small patch (quick'n'dirty, of course :) to fix this. > > I noticed th

Re: mod_perl 1.24 for Apache 1.3.14 patch

2000-11-30 Thread Dmitry Morozovsky
On Thu, 30 Nov 2000, Doran L. Barton wrote: DLB> Not long ago, Dmitry Morozovsky proclaimed... DLB> > Hello colleagues, DLB> > DLB> > In Apache 1.3.14, there is another change in version strings in httpd.h DLB> > Here is small patch (quick'n'dirty, of course :) to fix this. DLB> DLB> I noticed

Re: mod_perl 1.24 for Apache 1.3.14 patch

2000-11-30 Thread Doran L. Barton
Not long ago, Dmitry Morozovsky proclaimed... > Hello colleagues, > > In Apache 1.3.14, there is another change in version strings in httpd.h > Here is small patch (quick'n'dirty, of course :) to fix this. I noticed this too. I'm not sure, but I think this affected 1.3.13 too, but I could be wro

mod_perl 1.24 for Apache 1.3.14 patch

2000-11-30 Thread Dmitry Morozovsky
Hello colleagues, In Apache 1.3.14, there is another change in version strings in httpd.h Here is small patch (quick'n'dirty, of course :) to fix this. diff -u -r mod_perl-1.24.orig/Makefile.PL mod_perl-1.24/Makefile.PL --- mod_perl-1.24.orig/Makefile.PL Mon May 15 04:07:58 2000 +++ mod_pe