At 13:32 1/16/2001 -0500, Aleksandr Vladimirskiy wrote:
>Hi,
>
>I am building a system using apache,mod_perl and oracle. it is in the
>very early stages. right now all i have is a module that prints out a
>simple text string to the browser. for the next step i am trying to
>access an oracle db, but get a message in the error log from the module
>that ORACLE_HOME environment variable isn't set. i have tried to set
>this variable in the module itself as well as in the apache
>configuration file (the <Location> that governs my program) but without
>success.
>
>Can anyone help?

I'm doing :

$ENV{'ORACLE_HOME'} = '/opt/oracle/product/8.0.5';

in the handler's code and everything is fine...

Hope this help



Benoit Caron
Analyste-Programmeur
Netgraphe - Webfin.com - Le Web Financier
[EMAIL PROTECTED]
- - - - - - - - - - - - - - - - - - - - - - - -
"The number of Unix installations has grown to 10,
  with more expected."
-- The Unix Programmer's Manual, 2nd edition, June '72

Reply via email to