快速业务通道

实战 linux 下 mysql apache php gd 的安装和配置

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-04-18
#########################################################################

4、install php 4.4.7

shell> tar -zxvf php-4.4.7.tar.gz
shell> cd php-4.4.7
shell> ./configure --prefix=/usr/local/src/php-4.4.7 --with-apxs2=/usr/local/httpd/bin/apxs --with-config-file-path=/usr/local/src/php-4.4.7 --enable-sockets --with-mysql=/usr/local/mysql/ --with-zlib-dir=/usr/local/lib --with-png-dir=/usr/local/lib --with-gd --enable-mbstring
shell> make
shell> make install
shell> ln -s /usr/local/src/php-4.4.7 /usr/local/php4
shell> cp php.ini-dist /usr/local/php4/php.ini \\# 这个路径与你刚刚在 ./configure 当中那个 --with-config-file-path 设定有关!
shell> vi /usr/local/httpd/conf/httpd.conf
# 找到底下两行:
LoadModule php4_module modules/libphp4.so <==大约在 231 行处
AddType application/x-httpd-php .php &lt;==这一行可以在 847 行处自行增加!
shell> apachectl stop
shell&gt; apachectl start
shell&gt; netstat -tln | grep 80

#############################################################################################
OK,基本的安装已经完成,如果重新起动APACHE出现:/usr/local/apache2/bin/apachectl start Syntax error on line 232 of /usr/local/apache2/conf/httpd.conf: Cannot load /usr/local/apache2/modules/libphp4.so into server: /usr/local/apache2/modules/libphp4.so: cannot restore segment prot after reloc: Permission denied

###
###关闭SELINUX
###

shell&gt; vi /etc/selinux/config

#SELINUX=enforcing
SELINUX=disabled

shell&gt; vi /etc/sysconfig/selinux

#SELINUX=enforcing
SELINUX=disabled

如果你碰到其他类似提示:
cannot restore segment prot after reloc: Permission denied
哪应该是SELinux的问题,可以考虑把它关闭.
#############################################################################################

#############################################################################################
##
#############################################################################################

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号