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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

glibc-2.2.4 installation issues

Status
Not open for further replies.

kasuals

Programmer
Apr 28, 2002
100
US
I need to upgrade from glibc-2.2.2

I downloaded the glibc-2.2.4 /common/devel and attempted to install all 3 rpms, however I keep going in circles with the installation regarding dependencies:

[root@localhost /temp]# rpm -i glibc-2.2.4-19.i386.rpm
error: failed dependencies:
glibc-common = 2.2.4-19 is needed by glibc-2.2.4-19
glibc-devel < 2.2.3 conflicts with glibc-2.2.4-19
glibc > 2.2.2 conflicts with glibc-common-2.2.2-10
[root@localhost /temp]# rpm -i glibc-common-2.2.4-19.i386.rpm
error: failed dependencies:
glibc < 2.2.4 conflicts with glibc-common-2.2.4-19
[root@localhost /temp]# rpm -i glibc-devel-2.2.4-19.i386.rpm
error: failed dependencies:
glibc = 2.2.4 is needed by glibc-devel-2.2.4-19
[root@localhost /temp]#


Any ideas?

BTW, if I attempt to force with --nodeps it just spits out a bunch of lines saying the isntall files conflict.

- &quot;Delightfully confusing...&quot; raves The New York Times

-kas
 
You need to install them all at once with
[tt]rpm -U glibc-2.2.4-19.i386.rpm glibc-common-2.2.4-19.i386.rpm glibc-devel-2.2.4-19.i386.rpm[/tt]

//Daniel
 
And on an unrelated note, a &quot;virtual star&quot; for link. Been reading that for better than a year now and love it :)

Personally, I'm a little conservative about upgrading such a 'core' package like glibc. A distribution is usually built and bug-tested around a specific set of package versions. Little stuff here and there is ok, but glibc is kind of essential (anyone remember the perl v4 -> v5 upgrade mess with Debian-unstable a few years ago ;-) ?)

--
JR
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top