From: ironjug at hotmail.com (Thomas Hallgren) Date: Fri, 01 Apr 2005 16:12:32 +0200 Subject: [Pljava-dev] java.sql.SQLException: ERROR: could not loadlibrary"/usr/local In-Reply-To: <200504011405.j31E5lnn010379@localhost.localdomain> References: <200504011405.j31E5lnn010379@localhost.localdomain> Message-ID: <424D56D0.9040808@hotmail.com> Gulden wrote: >Removing the trailing '/' is not the solution. > >Could be the problem be related with the way the postresql were >"compiled"!!! >I've installed postgresql with the RPM's from postgresql.org > > Don't think so. The backend loads the libpljava.so succesfully and then makes an attempt to load the libjvm.so and fail on a "no such file or directory" . This tells me that the backend doesn't see a correct LD_LIBRARY_PATH. If the linker had problems, the error message would be different. Regards, Thomas Hallgren