From: thomas at tada.se (Thomas Hallgren) Date: Thu, 22 Jun 2006 14:51:35 +0200 Subject: [Pljava-dev] zlib conflict on Debian AMD64 ??? In-Reply-To: <1150971313.6071.6.camel@localhost> References: <1150963234.5987.11.camel@localhost> <449A52D8.4010208@tada.se> <1150971313.6071.6.camel@localhost> Message-ID: <449A9257.9040608@tada.se> 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: