[Pljava-dev] libjvm.so error

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] libjvm.so error
Date: 2005-05-25 18:01:48
Message-ID: thhal-0D1ZwAwH6zTYddn4rnIQkZOaPExVd7M@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

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

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Marek Lewczuk 2005-05-25 18:03:17 [Pljava-dev] Does trigger's NEW/OLD ResultSet contain "oid" column
Previous Message Eric E 2005-05-25 15:10:22 [Pljava-dev] libjvm.so error