I just freshly installed Fedora Coree 4 on my box and updated the httpd and mod_perl rpms to the latest release offered on the FC4 updates:

httpd-2.0.54-10.1
mod_perl-2.0.1-1.fc4
perl-5.8.6-15

Then I went to install Apache::Template via the CPAN module and ran into problems:

 CPAN.pm: Going to build A/AB/ABW/Apache-Template-0.09.tar.gz

Can't locate Apache/ModuleConfig.pm in @INC (@INC contains: lib /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl/5.8.4 /usr/lib/perl5/site_perl/5.8.3 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.4/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl/5.8.4 /usr/lib/perl5/vendor_perl/5.8.3 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.6/i386-linux-thread-multi /usr/lib/perl5/5.8.6 .) at lib/Apache/Template.pm line 29.
BEGIN failed--compilation aborted at lib/Apache/Template.pm line 29.
Compilation failed in require at Makefile.PL line 5.
BEGIN failed--compilation aborted at Makefile.PL line 5.
Running make test
 Make had some problems, maybe interrupted? Won't test
Running make install
 Make had some problems, maybe interrupted? Won't install

If I try "install Apache::ModuleConfig" then it tries to download and install mod_perl-1.29, which doesn't sound like what I want.

Now, I've actually been trying to get Apache::Template working with Apache2 for some days now, and I always run up against this error. I haven't tried it on a non-FC Linux, though. Is FC just messed up, and how come Apache::Template is asking (though apparently not in the module requirements) for this module that seems to be strictly from mod_perl 1? Has anyone gotten this working?

Thanks in advance,
Luke

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

Reply via email to