Error:
Sqlplus:error while loading shared libraries:.. /lib/libclntsh.so.11.1:cannot Restore segment prot after Reloc:permission denied
Solution:
1 Root User Login
2 Switch the current directory to/etc/selinux using the CD command
[Email protected] ~]# Cd/etc/selinux
[email protected] selinux]# LL
Total 32
-rw-r--r--1 root root 448 June 6 Config
-RW-------1 root root 144 Jan restorecond.conf
-rw-r--r--1 root root 1752 Dec 2006 semanage.conf
Drwxr-xr-x 5 root root 4096 June 6 targeted
3. Open config file with vim
Find the SELinux entry inside and set it to disabled
[Email protected] selinux]# VI Config
# This file controls the state of the 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.
Selinux=disabled
# selinuxtype= type of policy in use. Possible values are:
# Targeted-only targeted Network daemons is protected.
# Strict-full SELinux protection.
selinuxtype=targeted
4, restart the system, you can!
Sqlplus:error while loading shared libraries