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

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