I downloaded a tar.gz for the Player Project from Sourceforge. I ran the make install command to install it, and got no errors. But I don't know how to actually run the program. There are multiple .exe files relating to it in the /usr/local/bin folder. However, nothing happens when I attempt to run them with Wine. I tried running the player.exe file from the terminal and I get this error -
player: error while loading shared libraries: libplayerdrivers.so.3.0: cannot open shared object file: No such file or directory
I get that its obviously saying I am missing a file, but I don't know what to do about it. I tried reinstalling it and still get the error. Is this something wrong with the tar.gz I downloaded or am I doing something wrong to run it?
make installfor a Windows program? – mathepic Sep 12 '10 at 0:46