>
> Thanks a lot, Randy!!! I recompiled mod_perl with that flag, and now
> PerlModule/PerlRequire/Use ...
> work! Apache comes up, and everything seems fine so far! But I don't know
> how this flag
> influences whatever.
Apache loads all APache modules twice. This flag disables all PerlRequire
and PerlModule statements on the first load, so they can succeed on the
second load. Without that flag, the second load fails.
> If that works for all Win32-systems and has no bad
> side-effect, I suggest
> that it should be inserted into the distributed 'mod_perl.h'-file -
thinking
> I'm not the only one having
> this problem ...
>
I have suggest to make this default for NT when I send this patch to Doug,
but he decided, to make it conditional.
Gerald