On Thu, 16 Dec 1999, Bill Moseley wrote:

> What obvious thing am I missing?
> 
> During make test this gets written to the error log:
> 
> Can't locate CGI.pm in @INC at /mod_perl-1.21/t/net/perl/cgi.pl line 7.

that's a strange error, because 5.005+ reports the @INC paths, e.g.:
% perl -MNotHere
Can't locate NotHere.pm in @INC (@INC contains:
/usr/local/devperl/lib/5.00563/i686-linux /usr/local/devperl/lib/5.00563
/usr/local/devperl/lib/site_perl/5.00563/i686-linux
/usr/local/devperl/lib/site_perl .).
BEGIN failed--compilation aborted.

maybe you're picking up an old perl in your path somehow?

Reply via email to