[vlc-devel] Fwd: jvlc-0.9.0-20080309-linux_x86-32.jar

Filippo Carone filippo at carone.org
Wed Mar 26 13:28:36 CET 2008


Jorge Henriques (DEI) ha scritto:
> now i noticed that the error message that i get is:
>
> ...Unable to load library 'libvlc-control':* liblibvlc-control.so*: cannot
> open shared object file: No such file or directory...
>
> and in fact i don't have that liblibvlc-control.so... i only have the libvlc-control.so in /usr/local/lib...
>   
> ...
>
> when i run ldconfig -p | grep libvlc-control i get:
>
> *root at kmobile:/# ldconfig -p | grep libvlc-control
>         libvlc-control.so.0 (libc6,x86-64) => /usr/local/lib/libvlc-
> control.so.0
>   

Hi Jorge,
first of all, your ldconfig configuration seems ok. The error about 
'liblibvlc-control.so' is normal, since JNA first attempts to load 
libvlc-control.so, then it does not find it and adds the 'lib' prefix to 
catch common errors. This said, try to run the application with 
-Djna.library.path instead of -Djava.library.path .

The other strange thing is it seems you have the libjvlc in your libs, 
which is now no longer generated for java bindings.

Cheers,
Filippo




More information about the vlc-devel mailing list