Re: $r->requires() issue.

2013-02-05 Thread Torsten Förtsch
On 02/05/2013 05:38 PM, Hibbard, Timothy wrote: > Why does it say Apache2::RequestRec instead of Apache2::Access? This is to be expected. Many of the Apache2::* modules import methods to the Apache2::RequestRec namespace. Sorry for not being helpful with your actual problem. Perhaps you have a lo

RE: $r->requires() issue.

2013-02-05 Thread Hibbard, Timothy
ary 05, 2013 11:34 AM To: Hibbard, Timothy Cc: modperl@perl.apache.org Subject: Re: $r->requires() issue. On 02/05/2013 05:27 PM, Hibbard, Timothy wrote: > Can someone clue me in to what libraries are needed for $r->requires(). $ perl -MModPerl::MethodLookup -e print_method requires To use

Re: $r->requires() issue.

2013-02-05 Thread Torsten Förtsch
On 02/05/2013 05:27 PM, Hibbard, Timothy wrote: > Can someone clue me in to what libraries are needed for $r->requires(). $ perl -MModPerl::MethodLookup -e print_method requires To use method 'requires' add: use Apache2::Access (); Torsten

$r->requires() issue.

2013-02-05 Thread Hibbard, Timothy
Can someone clue me in to what libraries are needed for $r->requires(). I have set up a new VM box using Fedora 18 (64 bit) with Apache and ModPerl. I use Apache::AuthCookie to do my authentication. I have this working on 4 different other servers but on this VM box I am having issues. I get