[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 13:16:58
Message-ID: 4521114A.1050409@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 10:23 +0200, Markus Schaber wrote:
>> Can you cross-check with the gcj maintainers, and the docs for AMD64,
>> maybe it's a documented limitation?
> The function is provided for in another library:
>
> objdump -t -T /usr/lib/gcj-4.1/libjvm.so | grep JNI_Create
> 0000000000000940 g DF .text 00000000000000ae Base
> JNI_CreateJavaVM

I just currently looked it up on one of our AMD64 machines, and noticed
that the libgcj7 package on my machine was obsolete, libgcj7-0 seems to
be current on all architectures.

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

[after updating]
[~] -> objdump -t -T /usr/lib/libgcj.so.70 | grep JNI_Create
[~] {1} ->

So, it seems that, currently, the "libgcj7-0" package does not define
the symbols any more, while they were defined by "libgcj7" packages.

The right idea seems to file a bug report against libgcj7-0 that they
break pljava.

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/8d78a797/attachment.bin>

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Joost Kraaijeveld 2006-10-02 14:22:45 [Pljava-dev] pljava on Debian AMD64: undefined symbol: JNI_CreateJavaVM during installation
Previous Message Joost Kraaijeveld 2006-10-02 12:08:04 [Pljava-dev] pljava on Debian AMD64: undefined symbol: JNI_CreateJavaVM during installation