As a test, I've tried to run mplayer stand-alone: - open terminal session - login as root - cd /usr/local/freevo/runtime/apps/mplayer - ./mplayer
I get the following message: ./mplayer: error while loading shared libraries: libXxf86dga.so.1: cannot open shared object file: No such file or directory
Could this be my problem? If so, how do I fix it?
Instead try cd /usr/local/freevo then ./runapp apps/mplayer/mplayer ....
The mplayer there is linked against the libs in the runtime/dll directory and using runapp gets mplayer to use them. The next runtime will be shipping with a staticly compiled mplayer so you won't have to worry about this.
-Rob
------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The best thread debugger on the planet. Designed with thread debugging features you've never dreamed of, try TotalView 6 free at www.etnus.com. _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
