[Pljava-dev] JNI_CreateJavaVM

From: schabi at logix-tt(dot)com (Markus Schaber)
To:
Subject: [Pljava-dev] JNI_CreateJavaVM
Date: 2006-09-26 09:05:25
Message-ID: 4518ED55.9000600@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi, Lyle,

Lyle Giese wrote:
> I am sorta getting the same errors you are. I have an HP ML350 with a
> XEON processor and installed SuSE 9.2 (64 bit kernel). It came up
> identified as x86_64 and tried to find amd64 in the Java lib
> directories, which doesn't exist of course. I changed the x86_64 to be
> identified as i386 and it still did not make correctly.
>
> At that point, I get an gcc 64 bit lib error related to an incompatible
> libjvm.so(in the i386 directory). But since I installed java & jvm from
> the SuSE 9.2 distribution dvd, I don't know if I can fix this issue. I
> may try re-installing SuSE 9.2 minus java from the dvd(if I can) and
> install java from source afterwords. Not sure how difficult that will be.

Is it possible that you mixed 32-bit and 64-bit user space code?

You cannot mix 32-bit and 64-bit code in the same executable. As pljava
and the jdk get loaded as dynamically libraries into the postmaster, all
of PostgreSQL, pljava, the jdk/jre and all other needed libs (e. G.
zlib) need to be compiled for the same platform.

HTH,
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/20060926/5c7a64f8/attachment.bin>

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Lyle 2006-09-26 12:46:01 [Pljava-dev] JNI_CreateJavaVM
Previous Message Lyle Giese 2006-09-25 21:43:04 [Pljava-dev] JNI_CreateJavaVM