mari flynn wrote:
I am getting the error below, but I don't see any 2.14 version on my system, just 2.19...or is that the problem? Any ideas. Do i just need to re-install the module?
It looks like you've got (or had) 2.14 installed and now have 2.19 (or bits of it) installed, and Perl can't fit it all together. It could be that one was installed under one version of Perl and the other under another.
Re-installing TT should sort the problem out. But if you're using it under mod_perl, you'll need to make sure you install it with the same version of Perl that mod_perl is using (5.8.7 in your case). 'perl -v' will tell you what your (non-MP) perl version is. If that's not 5.8.7 then it might be the cause of the problem.
HTH A _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
