Computing.Net > Forums > Linux > glibc rpm problem

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

glibc rpm problem

Reply to Message Icon

Name: Fred
Date: April 24, 2003 at 16:38:48 Pacific
OS: RedHat Linux 7.2
CPU/Ram: i686 128MB
Comment:

I'm having trouble upgrading the glibc libraries with RPM. I seem to be getting a "chicken and egg" scenario. Can anyone shed some light on the snippet below?

Thanks

[root@server rpm]# rpm -Uvh glibc-2.2.4-32.i686.rpm
error: failed dependencies:
glibc-common = 2.2.4-32 is needed by glibc-2.2.4-32
[root@server rpm]# rpm -Uvh glibc-common-2.2.4-32.i386.rpm
error: failed dependencies:
glibc-common = 2.2.4-13 is needed by glibc-2.2.4-13
[root@server rpm]# rpm -Uvh glibc-common-2.2.4-13.i386.rpm
Preparing... ########################################### [100%]
package glibc-common-2.2.4-13 is already installed
[root@server rpm]#



Sponsored Link
Ads by Google

Response Number 1
Name: jhijr
Date: April 24, 2003 at 18:30:29 Pacific
Reply:

do the rpm update of the glibc-common first with the --nodeps parm

# rpm -Uvh glibc-common-2.2.4-32.i386.rpm --nodeps

this basically tells rpm to quit griping because you know what you're doing.

then run your rpm on the glibc

HTH


0

Response Number 2
Name: Madhavan
Date: April 24, 2003 at 20:13:13 Pacific
Reply:

Yes, --nodeps is the trick. The command I usually use is:

rpm -ivvh --force --nodeps [packagename]*

_____________________________________________
Linux Resources


0

Response Number 3
Name: 3Dave
Date: April 25, 2003 at 05:12:36 Pacific
Reply:

You could have tried:
# rpm -Uvh ./glibc*.rpm


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Exporting directories Redhat 9.0



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: glibc rpm problem

RPM Problem - possibly database www.computing.net/answers/linux/rpm-problem-possibly-database/17814.html

Installation RPM (problem) www.computing.net/answers/linux/installation-rpm-problem/2180.html

RPM problems www.computing.net/answers/linux/rpm-problems/25323.html