--- David Cary Hart <Fedora@xxxxxxxxxxx> wrote: > [root@dch ~]# ldd /sbin/syslogd > linux-gate.so.1 => (0xffffe000) > libc.so.6 => /lib/tls/libc.so.6 (0xb7eb8000) > /lib/ld-linux.so.2 (0x4edb9000) > > I forgot the links in /lib/tls. Check that. Well this is interesting, first off the links are there in /lib/tls. There is a copy of libc-2.3.4.so in both the /lib and /lib/tls directories. They have the same dates/times but different sizes. Is that normal? Each libc.so.6 link points to the copies in their directories. Now when I try ldd /sbin/syslod I get back "libc.so.6 => not found" as the output.