cannot restore segment prot after reloc
3 月,跳不动了?>>> 在装完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 来源: oschina 链接: https://my.oschina.net/u/83064/blog/5652