Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-30-2003, 12:16 PM
|
#1
|
Member
Registered: Oct 2003
Location: denver
Distribution: Debian
Posts: 97
Rep:
|
RPM Dependency Problem
Morning All,
Firstly, I'm running Redhat 7.3
Now, for Jo's dump question for the day...
I am trying to install the glibc RPM, which requires the glibc-common.
Here in lies the problem, I can't install glibc-common without installing glibc BUT I can't install glibc without installing glibc-common.
How do I get round this dependecny problem?
Regards
Jo
|
|
|
10-30-2003, 12:29 PM
|
#2
|
Senior Member
Registered: Jul 2003
Location: Indiana
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811
Rep:
|
rpm -Uvh.... BOTH FILE NAMES...
|
|
|
10-30-2003, 12:31 PM
|
#3
|
LQ Guru
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018
Rep:
|
If you run RPM from the command-line, you can give it a list of RPMs to install, and it will resolve any inter-dependencies like that. Try this from a terminal window:
rpm -Uvh glibc-x-x-x.rpm glibc-common-x.x.x.rpm
(where x-x-x is whatever version you are trying to install).
Upgrading glibc can be a big hassle, though, so you may find that there are other dependencies. You also might encounter new problems with already-installed software. I recently went through this and had to install/upgrade something like 100 packages in order to get everything working again!
|
|
|
10-30-2003, 12:54 PM
|
#4
|
Member
Registered: Oct 2003
Distribution: FC4/5 & RHEL4
Posts: 133
Rep:
|
there is always the --nodeps option ??
not really the best way to do it though.. better try the above methods first.
|
|
|
All times are GMT -5. The time now is 11:01 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|