On Tue, Mar 16, 2004 at 04:56:36PM -0500, Lehman, Jason (Registrar's Office) wrote:
> I am getting the error below in my apache logs when someone can't be
> authenticated.  If they are authenticated there are no problems.
> 
> Can't locate object method "log_reason" via package "Apache::RequestRec"
> at /usr/lib/perl5/site_perl/5
> 
> .8.0/Apache/AuthenSmb.pm line 99.!  
> 
> This box is a Redhat AS 3 box with apache 2 and mod_perl.

Hi Jason,

>From my limited experience with mp2, it sounds like you may be using a
module that hasn't been modified to work in mod_perl2. Try adding 'use
Apache::RequestRec' to that module and see if that fixes your problem.
If so, you ought to post a bug report via CPAN.


HTH,
William

-- 
Knowmad Services Inc.
http://www.knowmad.com

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to