- Original Message -
From: John D Groenveld <[EMAIL PROTECTED]>
To: Rolf Ohnmacht <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, December 15, 1999 4:24 PM
Subject: Re: Win32+PerlModule works !!!
> Have you been able to install it as a NT Service? I
t;Gerald Richter" <[EMAIL PROTECTED]>
cc: [EMAIL PROTECTED] (bcc: John Arnold/DTC)
Subject: Re: Win32+PerlModule works !!!
> Did you try to compile mod_perl with
>
> #define PERL_STARTUP_DONE_CHECK 1
>
> at the top of the mod_perl.h? This may solve your problem.
>
> Yes, without that define, DBI breaks and I can't run from the
> command line without -X
> Very frustrating, but no more so than the typical experience of
> using NT.
Did you first uninstall the old one (Apache -u), before installing the new
one? Does the error log contains any hints?
Gerald
> Did you try to compile mod_perl with
>
> #define PERL_STARTUP_DONE_CHECK 1
>
> at the top of the mod_perl.h? This may solve your problem.
Yes, without that define, DBI breaks and I can't run from the
command line without -X
Very frustrating, but no more so than the typical experience of
usin
> Have you been able to install it as a NT Service? I can only run
> 1.3.9/1.2.21 from the command line. 1.3.6/1.2.21 are working fine.
> :( I hate NT.
Did you try to compile mod_perl with
#define PERL_STARTUP_DONE_CHECK 1
at the top of the mod_perl.h? This may solve your problem.
Gerald
Have you been able to install it as a NT Service? I can only run
1.3.9/1.2.21 from the command line. 1.3.6/1.2.21 are working fine.
:( I hate NT.
John
[EMAIL PROTECTED]
>
> 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
an