libphp4.so: cannot restore segment prot after reloc: Permission denied 정보
기타 libphp4.so: cannot restore segment prot after reloc: Permission denied
관련링크
본문
[root@localhost libexec]# /usr/local/apache/bin/apachectl configtest
Syntax error on line 224 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: cannot restore segment prot after reloc: Permission denied
이런 황당한 에러는... 아래와 같이 하면 해결됨.
[root@localhost libexec]# restorecon -R -v /usr/local/apache/libexec
또는
[root@localhost libexec]# chcon -t texrel_shlib_t /usr/local/apache/modules/libphp4.so
[이 게시물은 관리자님에 의해 2011-10-31 17:32:05 Linux에서 이동 됨]
추천
0
0
댓글 0개