From: gulden at portugalmail.pt (Gulden) Date: Fri, 1 Apr 2005 20:07:12 +0100 Subject: [Pljava-dev] java.sql.SQLException: ERROR:could not loadlibrary"/usr/local In-Reply-To: <200504011819.j31IJNnn012603@localhost.localdomain> Message-ID: <200504011906.j31J64nn013428@localhost.localdomain> Guessing again!!! The problem is on loading the library. So it could be related to: 1. Permissions of the file libjvm.so, postgres can't access that lib. -rwxr-xr-x 1 root bin 6098298 Feb 20 2003 /usr/java/j2sdk1.4.1_02/jre/lib/i386/client/libjvm.so 2. LD_LIBRARY_PATH incorrect I think I've tried all. 3. Postgresql doesn't care about the LD_LIBRARY_PATH, it has it own LD_LIBRARY_PATH!!! Where can I configure that??? What else could it be???? I could only think in a very "stupid" problem. Regards, M.P.Garcia