> will wrote:
>> I am trying to install mod perl as part of Apache-ASP and am stuck at
>> the following error:
>> 
>> 
>>>Apache.exe -k start
> 
> are you mixing Apache 2.0 with mod_perl 1.0? -k is an Apache 2.0 option

um ... I use:

c:\apache\apache.exe -k start 

all the time under Apache 1.3.22 for Win32. 

> whenever reporting problems you have to tell us what you are doing and 
> what versions you are using see:
> 
http://perl.apache.org/release/docs/1.0/guide/help.html#How_to_Report_Proble
ms
> 
http://perl.apache.org/release/docs/2.0/user/help/help.html#Reporting_Proble
ms
> 
>> Can't locate Cwd.pm in @INC (@INC contains: .) at (eval 1) line 1.
>> 
>> I've searched the web and haven't found any solutions.
>> I have checked the perl @INC using 'perl -V' and the path to Cwd.pm is
>> there:

@INC under perl -V and mod_perl aren't always synonomous. I'm not sure what 
the larger issue you have here is (I've never used/installed Apache::ASP) 
but your error message says that @INC contains only '.' and obviously that 
doesn't have the path to the c:/perl/lib or c:/perl/site/lib directories.

Perhaps you tried setting @INC at some point in the httpd.conf?

Follow Stas' suggestion of providing more info ... did you build this 
mod_perl yourself or are you using Randy Kobe's PPM? 


-Chris
-- 
"[A] Genuinely skillful use of obscenities is uniformly absent on the 
Internet." -Karl Kleinpaste 

Reply via email to