Tim Keefer wrote:
> Yup, I have rc5. I'm using the version that came with the Fedora core 4
> installation. 
> 
> Sorry, you're right. It's not in the Makefile.PL, but it's in one
> the modules that it uses. Apache2::Build calls Apache::TestConfig and
> TestConfig is somehow calling Apache::Build. I'm not entirely sure
> what's going on here. I did an upgrade from fedora 3 to 4, which may be
> the source of the problems. I'll probably end up doing a fresh install
> of FC4. 
> 
> 
> Can't locate Apache/Build.pm in @INC at 
> /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-
> multi/Apache/TestConfig.pm line 33.

ok, what you have is a TestConfig.pm left over from a previous mod_perl
install, or something about the fedora package or upgrade system is at
fault.  in essence, the TestConfig.pm that ships with RC5 makes a call to
Apache2::Build not Apache::Build.

so, I'd scan /usr/lib/perl5 and see if you have multiple copies of
Apache::Test* and see if you can figure out the right ones and remove the
wrong ones from @INC.

HTH

--Geoff

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to