Gentoo Archives: gentoo-user

From: Billy Holmes <billy@××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Java problem (with pylucene)
Date: Thu, 29 Nov 2007 04:55:42
Message-Id: 474E44D2.6070404@gonoph.net
In Reply to: [gentoo-user] Java problem (with pylucene) by Helmut Jarausch
1 Helmut Jarausch wrote:
2 > ImportError: /usr/lib/jvm/sun-jdk-1.6/jre/lib/i386/libjava.so: symbol JVM_GetClassSignature,
3 > version SUNWprivate_1.1 not defined in file libjvm.so with link time reference
4 >
5
6 does it really need 1.6? 1.5 and 1.6 aren't always compatible, but from
7 the sound of it, jcc is doing some kind of python/java hybrid?
8
9 You could always do a strace on it, and see what's loading libjava, and
10 see if it's trying to dlsym on sunwprivate after it loads libjvm.. but
11 you need to figure out WHICH libjvm it's actually loading.
12 --
13 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Java problem (with pylucene) Helmut Jarausch <jarausch@××××××××××××××××.de>