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
there's really no way to tell for how long this has been an error, since Apache2.pm would have been in my @INC from previous successful installs.
anyway, if somebody could go through the pain of verifying this, that would be great - I'm not sure if the problem is with the Makefile/ModPerl::MM or the placement of Apache2.pm (./blib/lib/Apache2.pm).
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
