On Mon, 13 Dec 1999, Rolf Ohnmacht wrote:
> Now mod_perl and EmbPerl work fine on my NT+Win95 - I'm
> daily impressed how fast it works!
> But there are many open questions:
>
> 1.) 'PerlModule' ( eg. srm.conf ) or 'use HTML::Embperl' ( startup.pl) both
> don't work! But if I leave it - no problem! Is this a special
> "Win32-behaviour"?
> I read some mails from the archives that I'm not the only one who has had
> that
> problem. But why do I need it when everything runs (fast) without it?
[snip]
Hi,
I've seen a similar problem before on Win32 - try compiling
mod_perl with the PERL_STARTUP_DONE_CHECK flag set, which you
can do by adding
#define PERL_STARTUP_DONE_CHECK 1
to the top of src/modules/perl/mod_perl.h.
best regards,
Randy Kobes