All-

I've built and installed a new Apache (2.0.46) with mod_ssl and mod_perl...

My goal is authentication via NIS, so I have the following in an .htaccess
file:

AuthName TEST
AuthType Basic
PerlAuthenHandler Apache::AuthenNIS;
require valid-user

My efforts, however, have been thwarted by the following error message:

Wed Jun 25 15:44:54 2003] [error] failed to resolve handler
`Apache::AuthenNIS;'
[Wed Jun 25 15:44:55 2003] [error] [client xxx.xxx.xxx.xxx] Can't locate
object method "boot" via package "mod_perl::boot" at
/opt/apache/lib/perl/Apache/Constants.pm line 8.
Compilation failed in require at /opt/apache/lib/perl/Apache/AuthenNIS.pm
line 4.
BEGIN failed--compilation aborted at
/opt/apache/lib/perl/Apache/AuthenNIS.pm line 4.
Compilation failed in require at (eval 6) line 1.

Any ideas or help would be greatly appreciated!

Thanks so much!

Carl

Reply via email to