"I have a similar problem. The solution presented by jailbait is fine, but how do I convince rh9's Intstaller to ignore dependancies? Or am I now doomed to a life of manual installations ?"
The highly automated installers are a mixed blessing. They work with little effort but they lack flexibility. Also when they screw up you often have no idea what they were doing when the problem occured, so diagnosing problems is hard with the automated installers.
So, in spite of all the hype for apt-get, up2date, etc., in practice you will have to maintain your packages with a combination of rh9's installer, command line rpm, and kpackage.
A good command to get to know is:
rpm -qa | sort > /root/all.rpms.txt
This creates a list of all of your installed rpms which is useful when you are trying to figure out what the automated installer really did.
___________________________________
Be prepared. Create a LifeBoat CD.
http://users.rcn.com/srstites/LifeBo...home.page.html
Steve Stites