Dan the man Wrote:Have tried using your precompiled binaries on Ubuntu 10.10 and get the following error message when I run sudo ldconfig
/sbin/ldconfig.real: /usr/local/lib/libplayer.so.2 is not a symbolic link
"ldd /usr/local/bin/xnpvrcli" and "ldd /usr/local/lib/libplayer.so" do not seem to show any missing libraries.
Any ideas?
Before posting the binaries I had tried them on ubuntu 10.10 and had no problems. I have no clue what could be wrong. I suggest to compile your own libraries:
wget http://libplayer.geexbox.org/releases/li....1.tar.bz2
tar -xhvf libplayer-2.0.1.tar.bz2
cd libplayer-2.0.1
./configure --enable-xlib-hack
make
sudo make install