this is what i would do, not that drozz isn't doing a great job.
go
here and search for urpmi.setup. get the mandrake 9.x one.
then-
rpm -ivh urpmi.setup-0.4.4-4mdk.noarch.rpm
(you shouldn't get any errors on that.)
su
passwd
urpmi.setup
once the gui comes up, go through and select your contribs, main, and updates. then you will want to validate them, click ok.
this will take a bit to do, i wouldn't do more then three, hopefully your on a highspeed connection.
once that is done-
urpmi -y libfam
(if you get any errors about no urpmi, then go to the site above and get that also.)
you should see a selection of libfams for you. type in the one that you want.
urpmi libfam....
that will give you the mandrake libfams that are out. the nice thing about urpmi is that it will take care of your deps for you. once you have your libfams then-
urpmi.update -a (you can put
--wget here if you would like, i do.)
once that is done-
urpmi --auto-select (--wget)
this will update all of your packages to what is the current.
that's just a little bit longer and more involved then what drozz is telling you, but when you get that done, you can just go to the cmd line and ask for packages that you would like to install without having to search for them and get errors like what you have received now.
cheers.