LD_LIBRARY_PATH issue

2008-04-10 Thread Geofrey Rainey
Hello, I am setting up Tomcat to connect to an Oracle RAC cluster using the Oracle OCI driver. The documentation I have read says to configure LD_LIBRARY_PATH under Linux topoint to the Oracle OCI library file directories, but no matter where I set LD_LIBRARY_PATH it does not get

Re: LD_LIBRARY_PATH issue

2008-04-10 Thread David Fisher
Hi, Look carefully at the LD_LIBRARY_PATH man page. At least under Solaris, if you are sudo'ing in some way to root then it will not reset LD_LIBRARY_PATH. This is a security measure. You may need to configure the root to include these libraries. This was 7 years ago that we encountered