cannot restore segment prot after reloc

蹲街弑〆低调 提交于 2020-03-19 18:15:37

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
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!