Nick Tonkin wrote:
Hi Geoff and all,
hi :)
!!! configure() has failed: Can't locate mod_perl.pm in @INC (@INC contains: /home/tmp/build/Apache-Clean-2.0/Apache-Test/lib /home/tmp/build/Apache-Clean-2.0/lib /home/tmp/build/Apache-Clean-2.0/blib/lib /home/tmp/build/Apache-Clean-2.0/blib/arch blib/arch/Apache2 blib/lib/Apache2 /home/debug/perl/lib/5.8.0/i386-freebsd /home/debug/perl/lib/5.8.0 /home/debug/perl/lib/site_perl/5.8.0/i386-freebsd /home/debug/perl/lib/site_perl/5.8.0 /home/debug/perl/lib/site_perl .) at /home/debug/perl/lib/site_perl/5.8.0/i386-freebsd/Apache/TestConfigPerl.pm line 403, <DATA> line 65.
well, something is definitely amuck here - I would have expected Apache2 to be added to more of those paths, namely ones outside of the build library.
> This is even though the @INC contains: > > /home/debug/perl/lib/site_perl/5.8.0/i386-freebsd > > and I have the module supposedly missing: > > [EMAIL PROTECTED] /home/debug/perl/lib>f mod_perl.pm > ./site_perl/5.8.0/i386-freebsd/Apache2/mod_perl.pm
well, clearly the appropriate path is not in your @INC. on my system, use Apache2 in the Makefile.PL is sufficient to do this - I don't know why it's not working for you. I've seen quite a few Apache2 related errors but never this, so I'm really at a loss.
anyway, for anybody else who wants to give the install a test drive, the module in question is here
http://www.modperlcookbook.org/~geoff/perl.com/Apache-Clean-2.0.tar.gz
any problems people encounter with the install can be reported back to me.
nick, I'll probably ask you for a shell tomorrow so I can take a look at this and try a few things.
--Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
