RE: Apache::DBI::connect problem, please help

2001-02-21 Thread Brad Howerter
Young; 'Brad Howerter'; '[EMAIL PROTECTED]' Subject: RE: Apache::DBI::connect problem, please help You have to put Apache::DBI before any of the DBI's you are using in httpd.conf file. In your cgi programs use only "DBI" not "Apache::DBI" module. a simple program woul

RE: Apache::DBI::connect problem, please help

2001-02-20 Thread Brad Howerter
From: Geoffrey Young [mailto:[EMAIL PROTECTED]] you need both, DBI and Apache::DBI, with DBI loaded first... I tried this, but I still get the same error. see the Apache::DBI manpage for more detail That man page is the same as the DBI manpage- it doesn't include any modperl specific

RE: Apache::DBI::connect problem, please help

2001-02-20 Thread Brad Howerter
From: Geoffrey Young [mailto:[EMAIL PROTECTED]] you need both, DBI and Apache::DBI, with DBI loaded first... I tried this, but I still get the same error. sorry, I gave you bad information - Apache::DBI needs to be loaded first... it was late :) That's okay- I've tried it both

RE: Apache::DBI::connect problem, please help

2001-02-20 Thread Geoffrey Young
-Original Message- From: Brad Howerter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 12:42 PM To: ''[EMAIL PROTECTED]' ' Subject: RE: Apache::DBI::connect problem, please help From: Geoffrey Young [mailto:[EMAIL PROTECTED]] you need both, DBI and Apache

RE: Apache::DBI::connect problem, please help

2001-02-20 Thread Geoffrey Young
-Original Message- From: Brad Howerter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 12:57 PM To: '[EMAIL PROTECTED]' Subject: RE: Apache::DBI::connect problem, please help [snip] So Apache/DBI.pm must be installed incorrectly on my system. It's supposed

RE: Apache::DBI::connect problem, please help

2001-02-19 Thread Geoffrey Young
you need both, DBI and Apache::DBI, with DBI loaded first... see the Apache::DBI manpage for more detail HTH --Geoff -Original Message- From: Brad Howerter To: '[EMAIL PROTECTED]' Sent: 2/19/01 6:54 PM Subject: Apache::DBI::connect problem, please help I'm getting this error: