On Jul 25, 2007, at 11:30 AM, Simon BASLE wrote:
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)...
Actually, I meant ubuntu (that's what I'm running), I was thinking
apt-get. Can you send me (directly, not to the list) your /etc/apt/
sources.list? I tried apt-get install pvm/pvm-dev with no luck
(package not found).
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?
The idea is to test whether the dlopen can successfully open the
shared library where the Java System.load call fails. If it works,
then we can compare with what happens in the JNA context; if it
fails, then you have a smaller bit of code to tweak to get working.