[cgiapp] Authentication cant find my driver

Cees Hek ceeshek at gmail.com
Fri Jun 18 11:17:26 EDT 2010


On Sat, Jun 19, 2010 at 12:51 AM, Jerry Kaidor <jerry at tr2.com> wrote:
>    I'm trying to create a new driver for CAP::Authentication.  When I run
> my program, it says:
> ------- snip ----------
> Error executing class callback in prerun stage: Driver MULTI_DBI can not
> be found at
> /usr/lib/perl5/site_perl/5.10.0/CGI/Application/Plugin/Authentication.pm
> line 1096.
> --------- endsnip -------
>
>   I put my driver ( MULTI_DBI.pm ) in the same directory as the existing
> drivers.  It has the same ownership and permissions as the existing
> drivers.

What does your 'package' line at the top of your module look like?  It
should be:

package CGI::Application::Plugin::Authentication::Driver::MULTI_DBI;

Cheers,

Cees


More information about the cgiapp mailing list