Hi,
After installing vlc 0.9.0 i got from git (./configure... ./make and ./make install), i still having some problems when using the latest jvlc.jar
Then I run:
ldd /usr/local/lib/libvlc-control.so
And i get this:
root@kmobile:/home/jhenriques# ldd /usr/local/lib/libvlc-control.so
linux-gate.so.1 => (0xffffe000)
libvlc.so.1 => not found
libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e3e000)
/lib/ld-linux.so.2 (0x80000000)
root@kmobile:/home/jhenriques#
Apparently libvlc.so is not correctly linked.
How should i correct this problem??