[Pljava-dev] zlib conflict on Debian AMD64 ???

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] zlib conflict on Debian AMD64 ???
Date: 2006-06-22 12:51:35
Message-ID: 449A9257.9040608@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

You seem to have the correct version of zlib. If you do a strings
without the fgrep you will see that all function names are prefixed with
Java_java_util_...

If possible, could you please replace your src/C/pljava/JNICalls.c with
the attached file, recompile, and then try again (retain your
log_min_messages setting of DEBUG1 or lower). The intended result is a
full java stack trace. Hopefully that will tell us more.

Regards,
Thomas Hallgren

Joost Kraaijeveld wrote:
> Hi Thomas,
>
> On Thu, 2006-06-22 at 10:20 +0200, Thomas Hallgren wrote:
>
>> Hi Joost,
>> Sun fixed the cause of the zlib conflict at patch level 5 so I doubt
>> that's what you're seeing. Is it possible that you compiled the
>> pljava.so binary for 32-bit and the JVM is a 64-bit or vice versa?
>>
> Both are 64-bit.
>
> What versions of zlib should be used?
>
> My JVM has:
> panoramix:/usr/lib/j2sdk1.5-sun/jre/lib/amd64# strings libzip.so | fgrep
> Copyright
> - deflate 1.1.3 Copyright 1995-1998 Jean-loup Gailly
> inflate 1.1.3 Copyright 1995-1998 Mark Adler
>
>
>> GCJ (version 4.0 and up) should work fine but so should any compatible JVM.
>>
> OK.
>
>
>

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: JNICalls.c
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20060622/d6ec4070/attachment.c>

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Joost Kraaijeveld 2006-06-22 13:07:23 [Pljava-dev] zlib conflict on Debian AMD64 ???
Previous Message Joost Kraaijeveld 2006-06-22 10:15:13 [Pljava-dev] zlib conflict on Debian AMD64 ???