RE: Apache::Reload and environment variables

2000-12-18 Thread Mark Doyle
On Monday, December 18, 2000, at 09:23 AM, Geoffrey Young wrote: > well, it's not the same - what he means is for you to export ORACLE_HOME in > /etc/passwd or somesuch > > DBD::Oracle needs ORACLE_HOME set at compile time - for Registry scripts its > ok to PerlSetEnv so that when your .cg

RE: Apache::Reload and environment variables

2000-12-18 Thread Geoffrey Young
> -Original Message- > From: Mark Doyle [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 15, 2000 4:06 PM > To: Jimi Thompson > Cc: [EMAIL PROTECTED] > Subject: Re: Apache::Reload and environment variables > > > > On Friday, December 15, 2000, at

Re: Apache::Reload and environment variables

2000-12-15 Thread Mark Doyle
On Friday, December 15, 2000, at 04:01 PM, Jimi Thompson wrote: > If the variable ORACLE_HOME doesn't change why not just set it as an > environment variable outside the program and export it? >> PerlSetEnv ORACLE_HOME /oracle/app/oracle/product/8.0.3/ >> PerlModule Apache::DBI >> [...] >> Pe

Re: Apache::Reload and environment variables

2000-12-15 Thread Jimi Thompson
Mark, If the variable ORACLE_HOME doesn't change why not just set it as an environment variable outside the program and export it? Mark Doyle wrote: > > Greetings, > > I tried using Apache::Reload: > > PerlSetEnv ORACLE_HOME /oracle/app/oracle/product/8.0.3/ > PerlModule Apache::DBI > [...] >