|
Posted by Andy Hassall on 07/05/06 18:25
On Wed, 05 Jul 2006 09:51:55 -0600, Cal Lidderdale <cal@nospam-bug.com> wrote:
> putenv ("ORACLE_PATH=/opt/oracle/10gr2_client/bin");
> putenv ("ORACLE_HOME=/opt/oracle/10gr2_client");
> putenv ("PATH=$PATH;/opt/oracle/10gr2_client/bin");
What Iván said, plus it's generally better to set the environment variables
before Apache starts rather than setting them with putenv - if you have access
to do so, at least.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|