Seems that libtemplate-toolkit-perl is an old package; its dependency on perl 5.8.8 is telling (squeeze ships with 5.10.1).
Try installing libtemplate-perl instead, it should contain what you want.
(Update) postscriptum: In my experience it doesn't pay off to add redundant mirrors to your sources.list. Chose a reliable mirror per archive, not multiple mirrors of the same archive.
| [reply] [d/l] [select] |
That does the trick, Ta.
Or at least it installs -
But in apache2/http.conf none of the TT2 options are recognised, implying that TT2 isn't recognised.
I know it's probably off-topic now, but any idea why?
<IfModule mod_perl.c>
PerlModule Apache::Template
# set various configuration options, e.g.
TT2Trim On
TT2PostChomp On
TT2EvalPerl On
TT2IncludePath /avbase/include/tt2/
</IfModule>
| [reply] [d/l] |
So, what is the error message you get when you restart Apache (or try to access the Location)?
Is Apache::Template installed (that is, likely, libapache-template-perl)?
| [reply] [d/l] |