[MPlayer-users] Re: can't play *.rm files
Jonathan Rogers
jonner at teegra.net
Tue May 27 04:27:53 CEST 2003
tscheng at ic.sunysb.edu wrote:
> hi, my machine is freebsd 4.8 on i386, I have compiled
> mplayer-gtk-0.90.0.110_2, I have played lots of files with mplayer and all
> worked out, only realvedio/audio gave me a hard time. I have installed
> linux-realplayer 8 and also win32 codec, it seems like "libm.so.6" is
> missing, I am not an expert, hope someone can respond to this, I am more
> than willing to provide whatever info that is required to solve this, just
> let me know, any suggestion is welcome! thank you!
libm is the standard math library, which many applications use. You
probably just are missing some symlinks. For example, my /lib/libm.so.6
is a symlink to libm-2.3.1.so. Check whether you have either
"/lib/libm.so.6" or "/usr/lib/libm.so.6". You probably don't, which is
why the realaudio library doesn't load. Try running ldconfig as root and
see if it makes a symlink with one of those names. If not, you can try
manually making one to your actual libm version. Read
<URL:http://tldp.org/HOWTO/Program-Library-HOWTO/index.html> for more
detail.
Jonathan Rogers
More information about the MPlayer-users
mailing list