22 messages in net.java.dev.jna.usersRe: [jna-users] Unable to load a library
FromSent OnAttachments
Simon BASLEJul 17, 2007 6:12 am 
Timothy WallJul 17, 2007 9:16 am 
Simon BASLEJul 17, 2007 9:44 am 
Timothy WallJul 17, 2007 10:10 am 
Simon BASLEJul 17, 2007 10:12 am 
Timothy WallJul 17, 2007 11:18 am 
Nikolas LotzJul 18, 2007 1:27 am 
Simon BASLEJul 18, 2007 5:35 am 
Nikolas LotzJul 19, 2007 5:57 am 
Simon BASLEJul 19, 2007 6:07 am 
Nikolas LotzJul 19, 2007 9:08 am 
Simon BASLEJul 24, 2007 8:40 am 
Simon BASLEJul 24, 2007 8:40 am 
Timothy WallJul 24, 2007 9:55 am 
Timothy WallJul 24, 2007 10:08 am 
Simon BASLEJul 25, 2007 6:00 am 
Simon BASLEJul 25, 2007 7:33 am 
Timothy WallJul 25, 2007 7:53 am 
Timothy WallJul 25, 2007 7:58 am 
Simon BASLEJul 25, 2007 8:29 am 
Timothy WallJul 25, 2007 12:32 pm 
Timothy WallJul 26, 2007 2:44 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] Unable to load a libraryActions...
From:Simon BASLE (simo@laposte.net)
Date:Jul 25, 2007 8:29:45 am
List:net.java.dev.jna.users

I don't know about debian. I know it was in Ubuntu's repositories (and so available through apt-get) though so I don't see why there wouldn't be a version in Debian's repositories (or whatever they have to match the apt-get system)...

Concerning your previous response, if I sum it up I should write a c program that just calls dlopen on libpvm3.so and libgpvm3.so, then execute it before I try to get an Instance of my JnaGroupPVMInterface, is that it?

Regards Simon

On Wed, 2007-07-25 at 10:58 -0400, Timothy Wall wrote:

Is there a debian package for PVM?

On Jul 25, 2007, at 10:33 AM, Simon BASLE wrote:

I confirm that even with Java 6 I get the error (when I try to load both pvm3 and gpvm3 using System, the message is more explicit than in Java5.10 though : again that "missing symbol : pvm_pkbyte" thing)...

I'm not really willing to give up using Sun JREs > java 5 though...