From: pierce at hogranch.com (John R Pierce) Date: Fri, 23 Apr 2010 20:16:44 -0700 Subject: [Pljava-dev] dynamic_library_path vs LD_LIBRARY_PATH Message-ID: <4BD2629C.30807@hogranch.com> does dynamic_library_path in postgresql.conf completely replace needing LD_LIBRARY_PATH ? specifically, do I need LD_LIBRARY_PATH for postgres to find plsql.so once its installed ? or is dynamic_library_path sufficient. ditto, the java CLASSPATH, can I just use pljava.classpath ?