during the 'make install' part of the compiling of mplayer i got this error
[root@Ariel MPlayer-0.90rc5]# make install
make[1]: Entering directory `/home/Zero/MPlayer-0.90rc5/libdha'
mkdir -p /usr/local/lib
install -m 755 -s -p libdha.so.0.1 /usr/local/lib/libdha.so.0.1
rm -f /usr/local/lib/libdha.so
ln -sf libdha.so.0.1 /usr/local/lib/libdha.so.0
ldconfig
make[1]: ldconfig: Command not found
make[1]: *** [install] Error 127
make[1]: Leaving directory `/home/Zero/MPlayer-0.90rc5/libdha'
make[1]: Entering directory `/home/Zero/MPlayer-0.90rc5/vidix'
make[2]: Entering directory `/home/Zero/MPlayer-0.90rc5/vidix/drivers'
mkdir -p /usr/local/lib/mplayer/vidix
install -m 755 -s -p *.so /usr/local/lib/mplayer/vidix
make[2]: Leaving directory `/home/Zero/MPlayer-0.90rc5/vidix/drivers'
make[1]: Leaving directory `/home/Zero/MPlayer-0.90rc5/vidix'
if test ! -d /usr/local/bin ; then mkdir -p /usr/local/bin ; fi
install -m 755 -s mplayer /usr/local/bin/mplayer
if test ! -d /usr/local/man/man1 ; then mkdir -p /usr/local/man/man1; fi
install -c -m 644 DOCS/mplayer.1 /usr/local/man/man1/mplayer.1
install -m 755 -s mencoder /usr/local/bin/mencoder
ln -sf mplayer.1 /usr/local/man/man1/mencoder.1
*** Download font at
http://www.mplayerhq.hu/homepage/dload.html
*** for OSD/Subtitles support and extract to /usr/local/share/mplayer/font/
install -c -m 644 etc/codecs.conf /usr/local/etc/mplayer/codecs.conf
what does that mean? and how can i fix it?