Re: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Michael J Schout
Steve Duran wrote: >>PerlModule Apache2::compat >>PerlModule mod_perl2 >>PerlModule Apache::AuthCookie FWIW, you do not need Apache2::compat for Apache2::AuthCookie. Regards, Michael Schout

RE: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Steve Duran
Thanks, Fred. It worked. -- Steve Duran Web Administrator -Original Message- From: Fred Moyer [mailto:[EMAIL PROTECTED] Sent: Friday, June 10, 2005 2:40 PM To: Steve Duran Cc: modperl@perl.apache.org Subject: Re: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0 > PerlMod

Re: mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Fred Moyer
> PerlModule Apache2::compat > PerlModule mod_perl2 > PerlModule Apache::AuthCookie Use this line instead for use with mod_perl2 - 'PerlModule Apache2::AuthCookie' > > The first error that I got was that it could not find the Apache::Util > module. The only place I could find this was in the

mod_perl2: cannot load Apache::AuthCookie for Apache 2.0

2005-06-10 Thread Steve Duran
Title: Message     Hello,     I am trying to get Apache::AuthCookie to run under Apache 2.  I first downloaded and installed httpd-2.0.54, then mod_perl-2.0.0, then Apache-AuthCookie-3.08.  I have the following lines in my httpd.conf file:   LoadModule perl_module modules/mod_perl.so   PerlModul