On Thu, 13 Mar 2003, Geoffrey Young wrote:

> hey...
> 
>    I recently lost a drive on my sandbox and had to install perl, apache, 
> and mod_perl all from scratch.
> 
> mod_perl 1.0 installed just fine.
> 
> mod_perl 2.0 compiles and tests ok, but I can't run make install:
> 
> make[1]: Leaving directory `/src/modperl-2.0/src/modules/perl'
> Can't locate Apache2.pm in @INC (@INC contains: blib/lib/Apache2 
> /src/bleedperl/lib/5.9.0/i686-linux-thread-multi /src/bleedperl/lib/5.9.0 
> /src/bleedperl/lib/5.9.0/i686-linux-thread-multi /src/bleedperl/lib/5.9.0 
> /src/bleedperl/lib/site_perl/5.9.0/i686-linux-thread-multi 
> /src/bleedperl/lib/site_perl/5.9.0 /src/bleedperl/lib/site_perl .).
> BEGIN failed--compilation aborted.
> make: *** [pure_site_install] Error 2

I've also seen this at the install level, on a fresh install
(otherwise, as you say, it picks things up in the system perl
tree). I guess it's because @INC should also include blib/lib?
I've just set PERL5LIB to get around this, for now.

-- 
best regards,
randy


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to