On Sun, 2004-11-14 at 20:19 -0500, Salane KIng wrote: > service httpd start > Starting httpd: /usr/sbin/httpd: error while loading shared libraries: > librt.so.1: failed to map segment from shared object: Permission denied Try this: restorecon /lib/librt*.so* Somehow the files got mislabeled. This seems to be a problem popping up occasionally. My guess is it's a prelink bug.