On Sat, 15 Jun 2002, Douglas McCarthy wrote:

> I can't get Apache2 to start with mod_perl.
> I could on Linux, but am having trouble on NT.
> The launch gets stuck in startup.pl
> 
> Apache finds startup.pl but complains that it can't locate Apache.pm in 
> @INC. Trouble is, it's there.

you shouldn't be trying to load Apache.pm with 2.x
if something is, you must have Apache::compat loaded first which makes 
'use Apache ()' a noop.

Reply via email to