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.
- "Delightfully confusing..." raves The New York Times
-kas
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.
- "Delightfully confusing..." raves The New York Times
-kas