Thanks Geoff! I was able to install the new Apache::Template by removing the older "site_perl" Apache directory.
Everything is working fine except for using TT2Absolute or TT2Relative, etc directives in the Apache conf file. "Invalid command 'TT2Absolute', perhaps mis-spelled or defined by a module not included in the server configuration" Are you able to declare such things in the conf file? I wouldn't be surprised if this was due to another out-a-sync module caused by the the Fedora upgrade. On Wed, 13 Jul 2005 13:03:22 -0400 Geoffrey Young <[EMAIL PROTECTED]> wrote: > > > 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 > _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
