On Thu, 23 Jun 2005 18:40:19 -0400 "Kevin A. McGrail" <[EMAIL PROTECTED]> wrote:
> Evening: > > I'm trying to testing AuthDBI for both mp1 and mp2 and I'm having poor > luck trying to test this with mp2. > > Philip (or anyone): Can you send me your startup.pl you are using with > mod_perl2? > > Currently, I am getting: > > [Thu Jun 23 18:27:11 2005] [error] [client 10.10.10.204] Can't locate > object method "is_initial_req" via package "Apache2::RequestRec" at > /usr/local/lib/perl5/site_perl/5.8.6/Apache/AuthDBI.pm line 185.\n I believe you need to add Apache2::RequestUtil to your startup.pl. You might find this page useful: http://perl.apache.org/docs/2.0/api/ModPerl/MethodLookup.html#Command_Line_Lookups With it you can just run 'lookup is_initial_req' from the command line and it will let you know what module a method is in. --------------------------------- Frank Wiles <[EMAIL PROTECTED]> http://www.wiles.org ---------------------------------