From: stephen.crowley at gmail.com (Stephen Crowley) Date: Wed, 25 May 2005 15:58:08 -0500 Subject: [Pljava-dev] libjvm.so error In-Reply-To: References: <200505242238.j4OMbxEJ015903@bigmac.hydroblaster.com> <42940D38.9040905@mailblocks.com> <4294890D.3040007@bonbon.net> <4294BD8C.80306@mailblocks.com> <4294955E.1010107@bonbon.net> Message-ID: <3f71fdf1050525135876bfeaf3@mail.gmail.com> LD_LIBRARY_PATH is not the "proper" way. Edit /etc/ld.so.conf and add the path to libverify.so there, then run ldconfig. --Stephen On 5/25/05, Thomas Hallgren wrote: > > Eric E wrote: > > > Hi all, > > Well, I'm guessing that lack of LD_LIBRARY_PATH is coming back to bite > > me again... I went to run the examples, and got this in the log (I > > was impressed at how Postgres handled the crash :) > > > > > > 2005-05-25 10:57:48 LOG: Error occurred during initialization of VM > > 2005-05-25 10:57:48 LOG: Unable to load native library > > 2005-05-25 10:57:48 LOG: : libverify.so: cannot open shared object > > file: No such file or directory > > > > and of course, libverify.so is in /usr/lib/jvm/java/jre/lib/i386 ... > > > > So I guess I'm back to my previous question - how do I make the > > postmaster aware of LD_LIBRARY_PATH? > > Exporting it just before the command that starts the postmaster > executable sure does it for me. I don't know any other way. > > Regards, > Thomas Hallgren > > > _______________________________________________ > Pljava-dev mailing list > Pljava-dev at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/pljava-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: