libjvm.so: cannot restore segment prot after reloc: 權限不夠

/usr/local/jdk1.6.0_17/bin/../jre/lib/i386/client/libjvm.so: cannot restore segment prot after reloc: 權限不夠

查看自己的jvm,eclipse都是有可執行權限的,網上找了下,據說是問題是安全級別和防火牆導致的,

 

解決辦法:

 註釋#SELINUX=enforcing
添加SELINUX=disabled
或從系統->管理->安全級別和防火牆->SELinux ->禁用

vi /etc/sysconfig/selinux

# 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 disablied.
#SELINUX=enforcing
SELINUX=disabled

# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted

其中紅色的是要改掉的部分.這樣重啓linux,eclipse就可以正常了.

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章