On Mon, 10 Jun 2002, 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 > 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: > C:/Perl/lib > C:/Perl/site/lib > . [ ... ] I remember seeing this some time ago, though don't know if the source of the problem was found ... If you're not altering @INC in a startup.pl, try setting the PERL5LIB environment variable to include C:/Perl/lib and C:/Perl/site/lib before starting Apache.
best regards, randy kobes