Newbie: Apache::DBI Directive bug

2000-05-25 Thread Nigel Hamilton
Hi, I've got a showstopper bug ... Whenever I place the directive to load Apache::DBI in httpd.conf ... I get a config file syntax error. The directive is: PerlModule Apache::DBI I compiled mod_perl with EVERYTHING=1 ... can anyone tell me why this would be the

RE: Newbie: Apache::DBI Directive bug

2000-05-25 Thread Geoffrey Young
-Original Message- From: Nigel Hamilton [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 25, 2000 3:40 AM To: [EMAIL PROTECTED] Subject: Newbie: Apache::DBI Directive bug Hi, I've got a showstopper bug ... Whenever I place the directive to load Apache::DBI

Re: Newbie: Apache::DBI Directive bug

2000-05-25 Thread John D Groenveld
Apache might barf on the PerlModule directive if you built modperl as a DSO, but forgot to actually include in httpd.conf LoadModule perl_module libexec/libperl.so Did you confirm that Apache has modperl loaded, perhaps with HEAD http://localhost/ John [EMAIL PROTECTED]