diff --git a/DOCS/documentation.html b/DOCS/documentation.html index 0b7ec3e659..f803a92e9a 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1410,6 +1410,15 @@ Table of Contents 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?