On Sat, 29 Sep 2001 14:04:36 -0500, Michael Grau wrote:
>I see that when I have the LD_LIBRARY_PATH set to ${ORACLE_HOME}/lib the
>scripts work from the command line, but not from a web browser.
Is ${ORACLE_HOME} even set?
Is this an Apache server? You don't say. By default, Apache doesn't pass
just any environmental variable to your scripts. You have to explicitely
grant them the right. You can use PassEnv in httpd.conf to do that, and
just set them by using SetEnv. See
<http://httpd.apache.org/docs/mod/mod_env.html>.
--
Bart.