On Mon, 2003-08-18 at 11:33, K Old wrote:
> My problem was that I was not declaring "PerlModule Apache::DBI" in
> httpd.conf BEFORE my "PerlRequire /etc/httpd/conf/startup.pl".  Also, I
> was doing a "use Apache::DBI" in my startup.pl file, which I shouldn't
> have done.

Sorry, that is not correct.  It's fine to do PerlModule Apache::DBI or
do a use Apache::DBI in startup.pl.  You should not do both of them, and
you should make sure you load Apache::DBI in one of these ways before
loading anything that uses DBI.  This is all in the Apache::DBI
documentation.

- Perrin


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to