FC4中Apache无法加载libphp4.so模块需要怎么处理

来源:爱站网时间:2020-10-12编辑:网友分享
在Fedora Core 4下,Apache无法加载libphp4.so模块是经常遇到的问题,怎么解决比较好呢!为了更好的帮助到各位小伙伴,小编在此整理了一篇文章,看一看吧!

  在Fedora Core 4下,Apache无法加载libphp4.so模块是经常遇到的问题,怎么解决比较好呢!为了更好的帮助到各位小伙伴,小编在此整理了一篇文章,看一看吧!

  Fedora Core 2开始就已经有了SELinux (Security-Enhanced Linux )这个东西,不过在 FC2下是默认不打开的,从FC3开始就默认打开了,但是打开了是很安全,但是很多操作也不能操作了。

  比如再FC4下装Apache + PHP,手工编译的,但是去无法解析PHP,看错误提示,都是什么:

  [root@localhost ~]# /usr/local/apache/bin/apachectl start Syntax error on line 232 of /usr/local/apache/conf/httpd.conf: Cannot load /usr/local/apache/modules/libphp4.so into server: /usr/local/apache/modules/libphp4.so: cannot restore segment prot after reloc: Permission denied

  郁闷了,总是无法加载libphp4.so这个包,想了半天没有结果,搜索一下,原来是SELinux再搞鬼。

  使用vi/gedit/kate/bluefish任何的文本编辑工具打开 /etc/selinux/config,找到这段:

  找到这段:

  # This file controls the state of SELinux on the system.

  # SELINUX= can take one of these three values:

  # enforcing - SELinux security policy is enforced.

  # permissive - SELinux prints warnings instead of enforcing.

  # disabled - SELinux is fully disabled.

  SELINUX=enforcing

  把 SELINUX=enforcing 注释掉:#SELINUX=enforcing ,然后新加一行为:

  SELINUX=disabled

  保存,关闭。

  然后再使用文本编辑工具打开:/etc/sysconfig/selinux,找到:

  # This file controls the state of SELinux on the system.

  # SELINUX= can take one of these three values:

  # enforcing - SELinux security policy is enforced.

  # permissive - SELinux prints warnings instead of enforcing.

  # disabled - SELinux is fully disabled.

  SELINUX=enforcing

  如果SELINUX已经是 SELINUX=disabled,那么就不用改了,否则就把SELINUX=enforcing 注释掉,新加一行:

  SELINUX=disabled

  保存,退出。

  重启系统,然后看看我们的Apache已经能够运行PHP了。

  如果你碰到其他类似提示:

  cannot restore segment prot after reloc: Permission denied

  那应该是SELinux的问题,可以考虑把它关闭。

  在日常生活中,如果遇到FC4中Apache无法加载libphp4.so模块的时候,你就知道怎么处理了。爱站技术频道里有很多文章等待着你的挖掘。

上一篇:Linux系统下如何用SRP创建FTP服务器

下一篇:FC6怎么安装apache+mysql+php

您可能感兴趣的文章

相关阅读

热门软件源码

最新软件源码下载