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_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 in xs/modperl.def. This diff:
Ah, I guess since I've used berok on aix this didn't trigger the problem. I've applied a similar fix adding this symbol only when MP_DEBUG=1. Does this work on windows?
=========================================================================== skips adding MP_debug_level to xs/modperl.def for Win32.
- 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. No error log is created, but I've attached a trace from enabling PerlTrace All in httpd.conf. This problem arose in the last week or so - I'll look into this later when I get a chance to rebuild Perl/Apache with debugging enabled.
I've just built the worker on linux, but haven't seen any problems.
I think the only change in that area was a move of mips intialization to an earlier stage, before any modules or files are required.
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
