25 September 2011

libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied


I have figured following error:

/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied

To overcome this error, i edited /etc/selinux/config file and set “SELINUX=permissive

[root@localhost kernel]# more  /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - SELinux is fully disabled.
#comment out SELINUX=enforcing
#SELINUX=enforcing
SELINUX=permissive
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted
[root@localhost kernel]#

No comments: