Hi All,

I am getting the following error mesg:

Can't locate object method "run_access_checker" via package "Apache::RequestRec" at 
/usr/local/perl-5.8.0_threaded/lib/site_perl/5.8.0/xxx/.....pm

for the section:

sub handler {
    my Apache::Connection $c = shift;
    my APR::Socket $socket = $c->client_socket;
    my $r = Apache::RequestRec->new($c);
    $r->location_merge(__PACKAGE__);
    my $rc = $r->run_access_checker();
......


Any idea why?

I am using 2.0.44 with mp2 from cvs.

Sincerely,




Jie


Reply via email to