> 
> Have any of you guys been able to get RealPlayer 5 running in Linux.  Now 
> that 
> I am over the bash 2.0/Netscape issue I am not able to get RealPlayer 
> running. 
>  I always get these errors when I try to open any Real Audio file.
> 
> Error 38 : File compression not supported. Cannot locate the requested 
> RealMedia decoder
> 
> The codec for this video was not found on your system, please upgrade.

you need to set your LD_LIBRARY_PATH variable to point to the current
directory where you have RealPlayer set up. 

On my machine, Real Player is at

        $HOME/bin/rvplayer5.0/

so my .bash_profile has

        LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${HOME}/bin/rvplayer5.0
        export LD_LIBRARY_PATH

this is mentioned in the install documents for rvplayer, I think.

HTH

        - John Kloss



--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to