Re: mod_perl using different ODBC driver manager

2003-12-11 Thread Perrin Harkins
On Thu, 2003-12-11 at 17:04, Kevin Old wrote: > Thanks for your reply. I'm explicitly setting them in my startup.pl as > belowisn't that the same as the PerlPassEnv directive? Pretty much. I'd suggest modifying your copy of Apache::DBI so that it logs the value of these %ENV settings wheneve

Re: mod_perl using different ODBC driver manager

2003-12-11 Thread Kevin Old
On Thu, 2003-12-11 at 16:47, Perrin Harkins wrote: > On Wed, 2003-12-10 at 22:42, Kevin Old wrote: > > I am able to setup a DSN and use it successfully via a "regular" perl > > script, but when I try to have Apache::DBI connect to it in my > > startup.pl I get a message in the log stating that the

Re: mod_perl using different ODBC driver manager

2003-12-11 Thread Perrin Harkins
On Wed, 2003-12-10 at 22:42, Kevin Old wrote: > I am able to setup a DSN and use it successfully via a "regular" perl > script, but when I try to have Apache::DBI connect to it in my > startup.pl I get a message in the log stating that the DSN wasn't > defined in the unixODBC DM. This is correct,