Hi,

I'm trying to run mod_perl 2.0 on RH 9.0. Apache and mod_perl are RH's out of the box rpm.
I just can't seem to get past the problem with Apache::AuthCookie. This is the error I get:


Can't locate object method "ap_auth_type" via package "Apache::RequestRec" at /usr/lib/perl5/site_perl/5.8.0/Apache/AuthCookie.pm line 266.!

According to mod_perl document, Apache::AuthCookie has been ported to mod_perl 2.0. The
ap_auth_type is the newer method of auth_type. From the error, it sounds like this function is
not there at all. Is this because it's not implemented yet (mod_perl-1.99_07-5)?


Dzuy


-- 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