Re: [mp2] Win32 problems

2003-03-30 Thread Stas Bekman
Randy Kobes wrote: On Mon, 31 Mar 2003, Stas Bekman wrote: Randy Kobes wrote: - First off, in xs/modperl.def, an entry for MP_debug_level appears, which the linker can't find when building mod_perl.so. For Win32, src/modules/perl/modperl_log.h sets MP_debug_level to modperl_debug_level(), which

Re: [mp2] Win32 problems

2003-03-30 Thread Randy Kobes
On Mon, 31 Mar 2003, Stas Bekman wrote: > Randy Kobes wrote: > > - First off, in xs/modperl.def, an entry for MP_debug_level > > appears, which the linker can't find when building mod_perl.so. > > For Win32, src/modules/perl/modperl_log.h sets MP_debug_level > > to modperl_debug_level(), which is

Re: finding mod_perl shared object on win32

2003-03-30 Thread Stas Bekman
Randy Kobes wrote: On Fri, 28 Mar 2003, Stas Bekman wrote: [ .. ] Randy, I've looked at this issue and I don't see this problem on linux. Admittedly there was a problem with using -apxs which was finding mod_perl.so when it wasn't supposed to, which I've fixed now in cvs. Currently the logic go

Re: [mp2] Win32 problems

2003-03-30 Thread Stas Bekman
Randy Kobes wrote: There's a couple of problems with the current cvs mod_perl 2 on Win32 with Perl-5.8 (ActiveState 805 compatible) ... I need to rebuild a debug Perl/Apache2, but in the meantime, here's a description, in case it rings a bell ... - First off, in xs/modperl.def, an entry for MP_d