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,

mod_perl using different ODBC driver manager

2003-12-10 Thread Kevin Old
Hello everyone, First, please forgive the cross-post, but it's hard to decide which list this belongs too. I'm running RH 7.3, Apache 1.3.26, mod_perl 1.26, Perl 5.6.1 all installed/upgraded from RH. Using the Single-Tier Format ODBC driver(s) (5.1) from openlinksw.com connecting to a MS SQL Ser