cannot restore segment prot after reloc

在装完php后运行httpd,出现cannot restore segment prot after reloc这个问题。

查看selinux权限

ll -Z|grep php*

网上搜索的结果是:selinux引起的问题

解决办法:

1更改Security权限:chcon -t texrel_shlib_t /usr/local/rsi/idl_6.1/bin/bin.linux.x86/*.so
2关闭selinux . 在/etc/sysconfig/selinux 文件selinux=disabled

你可能感兴趣的:(cannot restore segment prot after reloc)