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
 
PerlModule Apache2::compat
PerlModule mod_perl2
PerlModule Apache::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_perl download, and this will only install if it can see the Apache 1.3 source.  So I downloaded and compiled apache_1.3.33, then installed mod_perl-1.29.  This is the error that I'm getting now.
 
[Thu Jun 09 19:09:37 2005] [error] Can't locate object method "boot" via package "mod_perl" at /usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi/Apache/Util.pm line 20.\nCompilation failed in require at /usr/lib/perl5/site_perl/5.8.0/Apache/AuthCookie.pm line 9.\nBEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.0/Apache/AuthCookie.pm line 9.\nCompilation failed in require at (eval 4) line 3.\n
 
  How can I get this to work?
 
  Thanks,
 
  Steve
 

Reply via email to