It turns out that most of the shared libraries Oracle installs need to have their SElinux file context modified to allow relocation. Here's the quick-and-dirty routine I use to repair this:
find /usr/lib/oracle/11.1.0.1/client/lib -type f -name \*.so\* \ -exec chcon -t textrel_shlib_t {} \;Obviously you could get around this by disabling SElinux, but I really want to avoid that if possible.
Now a quick question: does anybody know if there is any way to configure SElinux so that the context for these files won't be "fixed" by a restorecon operation on this directory?
Thanks! -- Jay Leafey - Memphis, TN jay.leafey@xxxxxxxxxxxx
<<attachment: smime.p7s>>
_______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos