背景:
阅读新闻
Fedora 下安装MySQL+Apache+PHP 方法
[日期:2009-05-12] 来源:IT专家网 作者:屋檐泉 [字体:]
编译gd
注意--with-png=/usr/lamp/libs/png/include这个不是他的安装目录
cd /usr/local/gd-2.0.33
./configure --prefix=/usr/lamp/libs/gd2 --with-png=/usr/lamp/libs/png/include --with-freetype=/usr/lamp/libs/freetype --with-jpeg=/usr/lamp/libs/jpeg --with-zlib=/usr/lamp/libs/zlib
make
make install
编译apache
cd /usr/local/httpd-2.2.3
./configure --prefix=/usr/lamp/apache2 --enable-module=so --enable-deflate=shared --enable-expires=shared --enable-rewrite=shared --with-mpm=worker --enable-authn-dbm=shared
(./configure --prefix=/usr/lamp/apache2 --enable-modules=all)
make
make install
/usr/lamp/apache2/bin/apachectl start
cp /usr/lamp/apache2/bin/apachectl /etc/rc.d/init.d/httpd
编译php
cd /usr/local/php-5.2.6
./configure --prefix=/usr/lamp/php --with-apxs2=/usr/lamp/apache/bin/apxs --with-libxml-dir=/usr/lamp/libs/libxml2 --with-zlib=/usr/lamp/libs/zlib --with-MySQL=/usr/lamp/mysql --with-pdo-mysql=/usr/lamp/mysql --with-gd=/usr/lamp/libs/gd2 --with-jpeg-dir=/usr/lamp/libs/jpeg --with-png-dir=/usr/lamp/libs/png --with-freetype-dir=/usr/lamp/libs/freetype --enable-ftp --enable-exif --enable-mbstring --enable-pcntl --enable-shmop --enable-soap --enable-sockets
make
make test
make install
注意:
如果PHP编译出现问题,先编译
./configure --prefix=/usr/lamp/php --with-apxs2=/usr/lamp/apache/bin/apxs
make
make test
make install
然后在重新编译,问题解决
PHP装完后,在httpd.conf(/usr/lamp/apache/conf)添加
AddType application/x-httpd-php .php
重启apache
在VirtualBox中向Debian Linux移植通达OA2008
相关资讯
本文评论 查看全部评论 (0)
尊重网上道德,遵守中华人民共和国的各项有关法律法规 承担一切因您的行为而直接或间接导致的民事或刑事法律责任 本站管理人员有权保留或删除其管辖留言中的任意内容 本站有权在网站内转载或引用您的评论 参与本评论即表明您已经阅读并接受上述条款
评论声明
最新资讯