On 10/15/2010 12:36 PM, Fred Moyer wrote:
Forking this thread despite my other answers. Can you post 'perldoc -l Apache2::Build'?
$ perldoc -l Apache2::Build No documentation found for "Apache2::Build". $ perldoc -l Apache2::RequestRec /usr/lib/perl5/vendor_perl/5.10.0/i386-linux-thread-multi/Apache2/RequestRec.pm
I think your environment may not have Apache2::Build in your @INC. I just reviewed the Makefile.PL for Apache::Test and it doesn't look in the mod_perl src lib, so if you try to build without mod_perl installed you get that error. I removed my module and was able to repeat the error.
On this system, there is only mod_perl (v2.0.4) installed via yum: Installed Packages Name : mod_perl Arch : i686 Version : 2.0.4 Release : 9 Size : 6.3 M Repo : installed From repo : fedora It appears this distribution does not include Apache2::Build. $ cd /usr/lib/perl5/ $ find -name Build.pm ./5.10.0/Module/Build.pm