How to Setup the RealPlayer Shared Libraries

The RealPlayer dynamically loads shared libraries at runtime. These library files must be available to the RealPlayer executable. One way to let the RealPlayer know the location of these files is to set the LD_LIBRARY_PATH environment variable. The commands used to set an environment variable is dependent on the shell you are running.

Using csh or tcsh

If you are using the csh or tsch shell, add the following command to your .cshrc file:

     setenv LD_LIBRARY_PATH $HOME/rvplayer5.0

Using ksh or bash or bsh

If you are using the ksh, bash, or bsh shell, add the following command to your .profile file:

     LD_LIBRARY_PATH=$HOME/rvplayer5.0
     export LD_LIBRARY_PATH

 

 

 

 


© 1996, 1997, 1998 RealNetworks, Inc. All rights reserved.

RealAudio, RealVideo, and RealNetworks are registered trademarks of RealNetworks, Inc.
RealMedia, RealPlayer, RealText, and the Real logo are trademarks of RealNetworks, Inc.


Copyright