Re: mod_perl[12] + DBD::Oracle under Debian

2006-06-29 Thread Rob Bloodgood
Philip M. Gollucci wrote: >> PerlSetEnv ORACLE_HOME /usr/local/instantclient_10_2 >> PerlRequire startup.pl > You might also look at PerlPassEnv. Except for the fact that the whole reason I had the problem was that the Debian startup script for apache *clears* the environment. And I quote: "On D

Re: mod_perl[12] + DBD::Oracle under Debian

2006-06-28 Thread Philip M. Gollucci
PerlSetEnv ORACLE_HOME /usr/local/instantclient_10_2 PerlRequire startup.pl You might also look at PerlPassEnv. -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Seni

mod_perl[12] + DBD::Oracle under Debian

2006-06-28 Thread Rob Bloodgood
So, this problem just took 2 days away from me: I'm moving a site we have running on an *old* RedHat box to a new Debian sarge box. Which means, of course, I have to make sure all of the pieces are working. A critical piece is, of course, the Database driver, which in my case is Oracle. Our DB