Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

RPM dependencies are going in a circle

Status
Not open for further replies.

geokor

Programmer
Aug 16, 2000
126
US
I am fairly new to Linux, running SuSE 7.1, and am trying to install the proftpd server. It told me I needed a new glibc so I got that. When I tried to install that rpm it told me I couldn't because a whole list of other packages depend on the old version of so.6 or whatever and this is trying to put in so.6.x.

How do I upgrade an rpm if it depends on some other rpm that the system won't allow me to install/upgrade?

Thanks a 1,000,000!

GeorgeK
 
If this is a play machine and you don't worry about blowing it up!
Use
rpm -ivh --nodeps packagename

this doesn't check dependencies.

But use it only for the proftpd and add on software not libraries!

- OR -

Find an older veresion of proftpd
 
Thanks Larry but I already knew how to ignore dependencies. Let me rephrase my question: what if this is NOT a play machine? How would you get around this problem? Does it often happen that you can't upgrade a package because of dependencies?

Thanks.

GeorgeK
 
Sorry, Brain dead Friday's, I just love them.
There is a How-To about updating, I will have to find it again. It's buried on my desk some place.
 
Would that How To be on a linux site somewhere?

George K
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top