This works with Mandrake 8.... I don't know about 9, but give it a shot
cd to the dir with your rpm's in there
if there are rpm's stored in that dir other than the mplayer rpm's, do a
mkdir mplayer | mv mplayer*.rpm ./mplayer
then try this
urpmi *.rpm
it should install all 3 rpm's, and prompt you for the mandrake cd's to automatically take care of the dependencies for you
if that doesn't work, and libpng.so.2 already exists, try this
rpm -Uhv *.rpm --nodeps --force
it'll force it to install... but be careful, if it doesn't work, then do an rpm -e eachrpmhere (without the .rpm on the end), to uninstall them
|