<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
Hi all,<BR>
<BR>
I have been attempting for the last few hours to upgrade glibc on my machine, because some other software I have requires a later version.  The box I am running was [originally] installed with Fedora Core 4, and so I am trying to upgrade the bits that need upgrading to allow me to upgrade other stuff that I am actually interested in running. 8-)<BR>
<BR>
Below is a dump of my shell commands [and results] that I have been getting in an attempt to perform this upgrade.<BR>
<BR>
Is there something I am doing wrong, or is there some thing I can do to complete this upgrade?  It is seeming to me like a chicken/egg problem of circular dependancies.  <BR>
<BR>
Any help would be greatly appreciated.<BR>
<BR>
thanks<BR>
<BR>
David.<BR>
<BR>
[root@main compiled]# ls -l glib*<BR>
-rw-rw-r--  1 david david  4947776 Jun 16 21:06 glibc-2.3.6-3.i386.rpm<BR>
-rw-rw-r--  1 david david  6510115 Jun 16 18:05 glibc-2.3.6-3.i686.rpm<BR>
-rw-rw-r--  1 david david 16289967 Jun 16 18:22 glibc-common-2.3.6-3.i386.rpm<BR>
-rw-rw-r--  1 david david  2032943 Jun 16 21:01 glibc-devel-2.3.6-3.i386.rpm<BR>
-rw-rw-r--  1 david david   622021 Jun 16 20:56 glibc-headers-2.3.6-3.i386.rpm<BR>
-rw-rw-r--  1 david david   105275 Jun 16 20:48 glibc-utils-2.3.6-3.i386.rpm<BR>
[root@main compiled]# rpm -qa | grep glibc<BR>
glibc-devel-2.3.5-10<BR>
glibc-common-2.3.5-10<BR>
glibc-kernheaders-2.4-9.1.94<BR>
glibc-headers-2.3.5-10<BR>
glibc-2.3.5-10<BR>
glibc-utils-2.3.5-10<BR>
glibc-profile-2.3.5-10<BR>
[root@main compiled]# rpm -U glibc-2.3.6-3.i386.rpm<BR>
warning: glibc-2.3.6-3.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2<BR>
error: Failed dependencies:<BR>
        glibc-common = 2.3.6-3 is needed by glibc-2.3.6-3.i386<BR>
        glibc > 2.3.5 conflicts with glibc-common-2.3.5-10.i386<BR>
        glibc = 2.3.5-10 is needed by (installed) glibc-headers-2.3.5-10.i386<BR>
        glibc = 2.3.5-10 is needed by (installed) glibc-devel-2.3.5-10.i386<BR>
        glibc = 2.3.5-10 is needed by (installed) glibc-utils-2.3.5-10.i386<BR>
[root@main compiled]# rpm -U glibc-common-2.3.6-3.i386.rpm<BR>
warning: glibc-common-2.3.6-3.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2<BR>
error: Failed dependencies:<BR>
        glibc < 2.3.6 conflicts with glibc-common-2.3.6-3.i386<BR>
        glibc-common = 2.3.5-10 is needed by (installed) glibc-2.3.5-10.i686<BR>
[root@main compiled]#<BR>
<BR>
<BR>
</BODY>
</HTML>