On Wed, 13 Sep 2006, Aaron Trevena wrote:
On 13/09/06, Randy Kobes <[EMAIL PROTECTED]> wrote:Within Apache::MVC, at the start where it requires a bunch of mp2 modules, does adding require APR::Table; help?I'll try it. ..Which means installimg mod_perl 2.x in various ways and hoping to replicate the error. Oh Joy.
I don't think this suggestion involves reinstalling mp2, or even altering anything in it. The original error:
Can't locate object method "FIRSTKEY" via package "APR::Table" at /usr/src/maypole/lib/Apache/MVC.pm line 114, <DATA> line 1.\n
indicates Apache::MVC is mod_perl-2 aware. However, at the beginning of Apache::MVC, where it pulls in a bunch of mod_perl modules, such as require Apache2::RequestIO; require Apache2::RequestRec; require Apache2::RequestUtil; and so on, all I meant to try was adding require APR::Table; which isn't included in this list. -- best regards, Randy
