Other way around. The installation process installs a combination of i686 and i386 glibc rpms (why? I don't know.) Thusly... root# rpm -q --qf "%{name} %{version} %{release} %{arch}\n" `rpm -qa | grep glibc` glibc 2.2.4 26 i686 glibc-common 2.2.4 26 i386 glibc-devel 2.2.4 26 i386 The update server has [root@ino0l001 rhas2.1]# grep glibc headers/header.info 0:glibc-common-2.2.4-31.7.i386=up2date/glibc-common-2.2.4-31.7.i386.rpm 0:glibc-devel-2.2.4-31.7.i386=up2date/glibc-devel-2.2.4-31.7.i386.rpm 0:compat-glibc-6.2-2.1.3.2.i386=RedHat/RPMS/compat-glibc-6.2-2.1.3.2.i386.rpm 0:glibc-2.2.4-26.i686=RedHat/RPMS/glibc-2.2.4-26.i686.rpm 0:glibc-2.2.4-31.7.i386=up2date/glibc-2.2.4-31.7.i386.rpm 0:glibc-profile-2.2.4-31.7.i386=up2date/glibc-profile-2.2.4-31.7.i386.rpm And here's a grep of the output. I'll mail the entire -d4 output in a minute. [root@ibmx360 root]# grep glibc yum.out cached glibc-common-0-2.2.4-31.7.i386.hdr cached glibc-devel-0-2.2.4-31.7.i386.hdr cached compat-glibc-0-6.2-2.1.3.2.i386.hdr cached glibc-profile-0-2.2.4-31.7.i386.hdr Updating: glibc-common Updating: glibc-devel Updating: glibc-common, i386 Updating: glibc-devel, i386 package glibc needs glibc-common = 2.2.4-26 (not provided) package glibc needs glibc-common = 2.2.4-26 (not provided) [root@ibmx360 root]# tail !$ tail yum.out Updating: kernel-enterprise, i686 Found best kernel arch: i686 Updating: initscripts, i386 Updating: kernel-headers, i386 Updating: shadow-utils, i386 bestarch = i386 for db3x Got dep: db3x, i386 whee dep loop package glibc needs glibc-common = 2.2.4-26 (not provided) package glibc needs glibc-common = 2.2.4-26 (not provided) [root@ibmx360 root]# ------------------------------------------------------------------------ Jim Wildman, CISSP, RHCE jim@xxxxxxxxxxxxx http://www.rossberry.com On 27 Feb 2003, seth vidal wrote: > On Thu, 2003-02-27 at 21:43, Jim Wildman wrote: > > That's what I meant. It is not replacing the older i686 with the new > > i386 one. I'll get the latest daily Friday and give it a whirl. > > > > Just want to make sure I'm understanding you. > > > glibc.i386 is an older version than glibc.i686 and yum is NOT upgrading > to the newer glibc? > > -sv >