libphp5.so: cannot restore segment prot after reloc: Permission denied
: 원인은 페도라 계열에서 SELinux와의 퍼미션 충돌이 발생해서 그렇다
* 에러메시지
httpd: Syntax error on line 53 of /usr/local/apache2/conf/httpd.conf: Cannot
load /usr/local/apache2/modules/libphp5.so into server:
/usr/local/apache2/modules/libphp5.so: cannot restore segment prot after reloc:
Permission denied
* 해결책
shell> restorecon -R -v
/usr/local/apache2/modules
* 안될경우
shell> cd /usr/local/apache2/modules
shell> restorecon -v libphp5.so
shell> chcon -t texrel_shlib_t libphp5.so