Re: mod_perl and DBD::Informix

2007-04-30 Thread Philippe M. Chiasson
jaybaker wrote: > "PerlSetEnv or PerlPassEnv is probably what you are looking for" > > Tried both of those, neither seemed to help. > The problem is, the environment variables ARE set (according to perl's %ENV > variable) - but somehow the DBI module can't find them. Sorry, should have read your

Re: mod_perl and DBD::Informix

2007-04-30 Thread jaybaker
"PerlSetEnv or PerlPassEnv is probably what you are looking for" Tried both of those, neither seemed to help. The problem is, the environment variables ARE set (according to perl's %ENV variable) - but somehow the DBI module can't find them. Thanks J PerlSetEnv or PerlPassEnv is probably what y

Re: mod_perl and DBD::Informix

2007-04-30 Thread Philippe M. Chiasson
jaybaker wrote: > I'm having a very frustrating time trying to get a database connection from > my mod_perl script using DBD::Informix. > > System: > Redhat Enterprise Linux 4 > IBM Informix Dynamic Server Version 10.00.UC3 > Apache 2.0.52-28 > mod_perl-2.0.1 > DBI-1.40 > DBD-Informix-2005.2-1 >

mod_perl and DBD::Informix

2007-04-30 Thread jaybaker
I'm having a very frustrating time trying to get a database connection from my mod_perl script using DBD::Informix. System: Redhat Enterprise Linux 4 IBM Informix Dynamic Server Version 10.00.UC3 Apache 2.0.52-28 mod_perl-2.0.1 DBI-1.40 DBD-Informix-2005.2-1 Stripped right down, my script now l