From: michael.zintakis at googlemail.com (Michael Zintakis) Date: Wed, 21 Dec 2005 19:17:59 +0000 Subject: [Pljava-dev] libpljava.so problem (pljava 1.2, PG 8.1, Java 1.5.0_01) - SOLVED Message-ID: <71622ed30512211117r4a632253s9a9bc11ffbfd2c99@mail.gmail.com> Yep, solved today. It was me to blame... It was all to do with ldconfig - it was picking up a wrong version of libjvm.so (we have a separately, i.e. custom, built JVM so the libjvm.so was picked up by ldconfig from there instead of Sun's $JAVA_HOME). Our JVM has now been relocated to another server, after which I installed pljava without a hitch... There is another problem however, but I will raise a different thread for it. Many thanks for your support guys. On 12/21/05, Thomas Hallgren wrote: > Exactly what Linux is it you're running and on what platform? Would it > be possible for you to compile a new binary from source? > > - thomas > > Rakesh Vidyadharan wrote: > > > > On 20-Dec-05, at 5:14 PM, Michael Zintakis wrote: > > > >> Thomas, > >> > >> Did that (that was my first assumption as well) - built pljava from > >> source on the same machine - nada! Same error occurs! > >> > >> What I also can't figure out is what exactly does that error means? Is > >> this some sort of a link problem (between Java and plJava) or what? > > > > Does ldd libpljava.so show any missing libraries? > > > > Rakesh > > _______________________________________________ > > Pljava-dev mailing list > > Pljava-dev at gborg.postgresql.org > > http://gborg.postgresql.org/mailman/listinfo/pljava-dev > > _______________________________________________ > Pljava-dev mailing list > Pljava-dev at gborg.postgresql.org > http://gborg.postgresql.org/mailman/listinfo/pljava-dev >