Re: [mp2] Win32 problems

2003-04-02 Thread Randy Kobes
On Mon, 31 Mar 2003, Stas Bekman wrote: > Randy Kobes wrote: > > - secondly, there's a problem in starting the tests, with a free > > to a wrong pool and then an access violation in the perl58 lib. > > I've just built the worker on linux, but haven't seen any problems. > > I think the only chan

[patch] ModPerl::BuildMM and Apache2

2003-04-02 Thread Geoffrey Young
(this is kinda verbose. jumping to the patch at the end is probably just as clear :) ok, while trying to track down the filter remove problem I removed all traces of mod_perl 2.0 from perl's @INC - everything under Apache2/ as well as Apache2.pm and all the Apache::Test stuff. it seems that i

Re: bleedperl crypt_buffer changes

2003-04-02 Thread Geoffrey Young
ok, I figured it out. the relevant change is http://mirrors.develooper.com/perl/APC/perl-current-diffs/19122.gz and my previous patch dumped core. here's a new one. --Geoff cvs server: Diffing src/modules/perl Index: src/modules/perl/mod_perl.c

bleedperl crypt_buffer changes

2003-04-02 Thread Geoffrey Young
this morning I couldn't get 2.0 to compile without the below changes. I guess the patch will need some #ifdefs to work with 5.9 vs 5.8 before we integrate it. I guess I'm really behind the times, but what's the deal with perl-current? the Changes files still lists patch 18374 as the latest, b