Building a new system creates new challenges.  I built mplayer and 
almost all the dependencies in the book. Trying to run it gives:

mplayer: error while loading shared libraries: libartsc.so.0: cannot 
open shared object file: No such file or directory

I didn't realize that we didn't even have arts in the book any more.

Tracing this down, I found a reference to libartsc in SDL and the 
mplayer binary.  The options there:

SDL
  --enable-arts    support the Analog Real Time Synthesizer
                   [default=yes]

mplayer
  --disable-arts   disable aRts audio output [autodetect]


Rebuilding SDL and mplayer with --disable-arts allowed mplayer to work.

   -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to