You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Tarak Parekh <TP...@novell.com> on 2000/09/12 03:15:32 UTC

Some error in Apache::DBI with modperl

Hello, 

I am getting the following error.

Can't locate object method "module" via package "Apache" at /usr/local/lib/perl5
/site_perl/5.005/Apache/DBI.pm line 202.
BEGIN failed--compilation aborted at /export/home/httpd/juston/dev/cgi-bin/test1
.pl line 7.

Line 7 in the perl file (test1.pl) is 
use Apache::DBI ;

I have tried adding PerlModule Apache::DBI / use Apache::DBI ();
in the startup.perl file for Apache, but I still get the error. 
I am missing something for sure. Can someone help me out on this ?

thanks a lot, 
tarak