From: books at ejurka.com (Kris Jurka) Date: Tue, 7 Aug 2007 20:20:07 -0400 (EDT) Subject: [Pljava-dev] PL/Java deploy error In-Reply-To: References: Message-ID: On Wed, 8 Aug 2007, Yin Latt wrote: > After successful compilation, I'm receiving error on deploying pl/java > "libjvm.so: open failed: No such file or directory" > > So, tried to set LD_LIBRARY_PATH and JAVA_HOME but error remains the > same. > > # echo $LD_LIBRARY_PATH 1) Please start a new thread instead of just replying to an old one. 2) Don't mail developers directly unless you are replying to a message. Send it to the list and see who answers. This shows that your shell's LD_LIBRARY_PATH is set, but you need the postgresql server to be started with this path. Kris Jurka