[Pljava-dev] libjvm.so error

From: stephen(dot)crowley at gmail(dot)com (Stephen Crowley)
To:
Subject: [Pljava-dev] libjvm.so error
Date: 2005-05-25 20:58:08
Message-ID: 3f71fdf1050525135876bfeaf3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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 <thhal at mailblocks.com> 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: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20050525/e49b4deb/attachment.html>

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Marek Lewczuk 2005-05-26 07:18:07 [Pljava-dev] optimizing java
Previous Message Thomas Hallgren 2005-05-25 20:57:19 [Pljava-dev] Re: Does trigger's NEW/OLD ResultSet contain "oid" column