Another possible solution is to set LD_LIBRARY_PATH in the start up script -- e.g. in /etc/init.d/httpd
:
export ORACLE_HOME=<your oracle home>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
Another possible solution is to set LD_LIBRARY_PATH in the start up script -- e.g. in /etc/init.d/httpd
:
export ORACLE_HOME=<your oracle home>export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib