We upgraded my system to perl 5.6.0; I figured this was time to
upgrade everything (was around 3-6 months behind). So built from scratch:
Apache/1.3.12 mod_perl/1.24 embperl/1.3b3
THings look good in general but we run significant parts of my site with:
<Files ~ "\.html$">
PerlSetVar Filter On
Options +IncludesNoExec
PerlHandler Apache::EmbperlFilter Apache::SSI
SetHandler perl-script
</Files>
And am getting the error:
[error] Can't locate object method "TIEHASH" via package "Apache::Table" at
/d46/www/lib/perl/Apache/EmbperlFilter.pm line 36, <GEN0> chunk 1.
Have the newest EmbperlFilter I believe - that line is:
36> if (my $last_modified = $r->headers_out->{'Last-Modified'}) {
Suggestions? I suspect I have some perl module incorrectly installed but
can't figure which one.
thanks in advance,
Bob Waldstein [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]