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
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
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
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