Is anyone else seeing this, or is this something specific to my installation: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=154229 Since upgrading to glibc-2.3.4-21, I've been seeing the following problem: glibc.so.6 is not found when launching certain binaries (see below). Reverting back to glibc-2.3.4-18 fixes it (I just verified.) A binary called des (that I compiled on 1999) always shows this, but saw it with at least grep once. That problem went away by itself, but older binaries like des still show it. > des des: error while loading shared libraries: libc.so.6: cannot open shared object > file =des /usr/local/bin/des: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), not stripped > ldd =des /lib/libNoVersion.so.1 (0xb7fe4000) linux-gate.so.1 => (0xffffe000) libc.so.6 => not found libc.so.6 => not found But: > ldd =grep linux-gate.so.1 => (0xffffe000) libpcre.so.0 => /lib/libpcre.so.0 (0x43d27000) libc.so.6 => /lib/libc.so.6 (0xb7ea0000) /lib/ld-linux.so.2 (0xb7fe7000) (See bugzilla for further details). -- v -- v@xxxxxx