[Pljava-dev] pljava on Debian AMD64: undefined symbol: JNI_CreateJavaVM during installation

From: schabi at logix-tt(dot)com (Markus Schaber)
To:
Subject: [Pljava-dev] pljava on Debian AMD64: undefined symbol: JNI_CreateJavaVM during installation
Date: 2006-10-02 07:44:06
Message-ID: 4520C346.4050102@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi, Joost,

Joost Kraaijeveld wrote:
> On Mon, 2006-10-02 at 09:16 +0200, Markus Schaber wrote:
>> Can you show us the output of "ldd /usr/lib/postgresql/8.1/lib/pljava.so"?

> Yes I can:
>
> panoramix:~$ ldd /usr/lib/postgresql/8.1/lib/pljava.so
> libgcj.so.70 => /usr/lib/libgcj.so.70 (0x00002add4d7ea000)
> libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00002add5028a000)
> libc.so.6 => /lib/libc.so.6 (0x00002add50397000)
> libpthread.so.0 => /lib/libpthread.so.0 (0x00002add505d3000)
> librt.so.1 => /lib/librt.so.1 (0x00002add506e9000)
> libdl.so.2 => /lib/libdl.so.2 (0x00002add507f2000)
> libz.so.1 => /usr/lib/libz.so.1 (0x00002add508f5000)
> /lib64/ld-linux-x86-64.so.2 (0x0000555555554000)

So it's not the same problem, as you have the dependency on the java lib.

[~] -> objdump -t -T /usr/lib/libgcj.so.7 | grep JNI_CreateJavaVM
00826c80 g DF .text 000000a0 Base JNI_CreateJavaVM

Do you have the smbol, too?

It now looks as the Postmaster does not find the libgcj.so in its
classpath, but on the other hand, the error message should be different
(indicating a missing library, not a missing symbol).

Thanks,
Markus
--
Markus Schaber | Logical Tracking&Tracing International AG
Dipl. Inf. | Software Development GIS

Fight against software patents in Europe! www.ffii.org
www.nosoftwarepatents.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20061002/980d1d63/attachment.bin>

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Joost Kraaijeveld 2006-10-02 07:59:34 [Pljava-dev] pljava on Debian AMD64: undefined symbol: JNI_CreateJavaVM during installation
Previous Message Joost Kraaijeveld 2006-10-02 07:26:17 [Pljava-dev] pljava on Debian AMD64: undefined symbol: JNI_CreateJavaVM during installation