# HG changeset patch # User gabucino # Date 996516590 0 # Node ID b486ddbeb8e362a90a121828c8caf8f85331dd34 # Parent 3679af53f203038257c005fb9240d34555bac5b1 *** empty log message *** diff -r 3679af53f203 -r b486ddbeb8e3 DOCS/documentation.html --- a/DOCS/documentation.html Mon Jul 30 14:53:07 2001 +0000 +++ b/DOCS/documentation.html Mon Jul 30 18:09:50 2001 +0000 @@ -1410,6 +1410,15 @@ Q: I can't compile SVGAlib.. I'm using 2.3/2.4 kernel. A: You have to edit SVGAlib's Makefile.cfg and comment "BACKGROUND = y" out. + Q: I compiled MPlayer with libcss support, but when I try to start + it, it says : + > error while loading shared libraries: libcss.so.0: cannot load + > shared object file: No such file or directory + I checked up on the file and it IS there in /usr/local/lib. + A: What are you doing on Linux? Can't you install a library? Why do + we get these questions? It's not MPlayer specific at all! Add + /usr/local/lib to /etc/ld.so.conf and run ldconfig . + 6.2. General questions Q: What about DVD playback?