On Thu, 15 Jul 1999, you wrote:
> Does anyone know how to setup Real Audio in mandrake?
> 
> I am getting the error "the codec for this video was not found on your
> system, please upgrade."
> 
> then when I hit ok it gives me
> 
> "File compression not supported. Cannot locate the requested RealAudio
> decoder"
> 
> ughhh..
> 
> -Bill

this is what my /usr/bin/rvplayer script looks like:

#!/bin/sh
LD_LIBRARY_PATH=/usr/lib/rvplayer
LD_PRELOAD=/usr/lib/rvplayer/libnblock.so
export LD_PRELOAD
export LD_LIBRARY_PATH
exec /usr/lib/rvplayer/rvplayer "$@"

and it fixed the problem

Joe
--
Check out and support the next generation of cpu 
-------------------------------------------------
http://f-cpu.tux.org/

Reply via email to