saptechnique

Better late than never. - 郭富

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

error while loading shared libraries:  cannot restore segment prot after reloc: Permission denied错误原因在于selinux禁用了访问此共享库

解决办法: 关闭selinux

1、编辑/etc/selinux/config文件,找到SELINUX=enforcing,改为SELINUX=disabled

2、编辑/etc/sysconfig/selinux文件,找到SELINUX=enforcing,改为SELINUX=disabled

3、重启电脑

http://blog.csdn.net/siling4/article/details/6916208

posted on 2012-04-30 22:21  guofu  阅读(1681)  评论(0编辑  收藏  举报