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

That works when not building with MP_DEBUG=1, but if you do
enable MP_DEBUG, it can't find the MP_debug_level symbol in
modperl.def when building mod_perl.lib. Since for WIN32
MP_debug_level is defined to be modperl_debug_level, shouldn't
MP_debug_level be skipped in modperl.def? modperl_debug_level
does occur in modperl.def.

-- 
best regards,
randy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to