On Sep 12, 2006, at 5:04 AM, Aaron Trevena wrote:
Can't locate object method "FIRSTKEY" via package "APR::Table" at
/usr/src/maypole/lib/Apache/MVC.pm line 114, <DATA> line 1.\n
looks like its a tied variable error.
apreq people -- is APR::Table even tied ? or is this some sort of
class inheritance issue? I've seen this before with
Apache::Session , when pulling in random crap from autoloader via DBI
and odd ISA subclassing.
The chunk of code concerned looks like :
if ($MODPERL2) {
%headers = %{$self->ar->headers_in};
}
Where $self->ar provides the apache request.
I'm guessing this could be because libapreq2 isn't installed but don't
have any way to check this myself.
$ locate Apache | grep Request.pm
Can anybody provide any clues how to work around or fix this problem..
if you think the issue is from libapreq missing, install it and see
if that solves your problem