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?
Yes.
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.
That's the result of the DSO not being loaded.
To make sure it's SELinux related, run
/usr/sbin/setenforce 0
and then start syslogd again. It should work nicely. After that run
/usr/sbin/setenforce 1
to turn it back on and then start syslogd again (with the other program still running). Since the restart should fail it doesn't matter that there would be two copies. But the advantage is that now /var/log/messages will get the appropriate message.
-- â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â
Attachment:
signature.asc
Description: OpenPGP digital signature