快速业务通道

LAMP小试牛刀

作者 佚名技术 来源 Linux系统 浏览 发布时间 2012-03-27
nfig.h'': No such file or directory 拥有帝国一切,皆有可能。欢迎访问phome.net
make: *** [install-headers] Error 1
重新创建目录
mkdir -p /usr/local/jpeg/include 问题解决

2)编译安装libpng
tar zxvf libpng-1.2.12.tar.gz
cd libpng-1.2.12
./configure
make && make install

3)编译freetype
tar zxvf freetype-2.2.1.tar.gz
cd freetype-2.2.1
./configure --prefix=/usr/local/freetype

4)编译GD库
tar -zxvf gd-2.0.35.tar.gz
cd gd-2.0.35
./configure --prefix=/usr/local/gd2 --with-jpeg=/usr/local/jpeg6/ --with-png=/usr/local/lib/ --with-freetype=/usr/local/freetype/

make && make install
5)安装编译PHP


解压 tar zxvf php-5.3.6.tar.gz
cd php-5.3.6
开始编译
[root@localhost php-5.3.6]# ./configure --prefix=/usr/local/php --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql-dir=/usr/local/mysql/ --with-gd=/usr/local/gd2/ --with-png --with-jpeg-dir=/usr/local/jpeg6/ --with-zlib-dir=/usr/lib --with-freetype-dir=/usr/local/freetype/
--prefix是安装目录.--with-config-file-path是指定php配置文档php.ini所在的目录.--with-mysql,安装mysql扩展.--with-zlib安装zlib扩展,前提是linux已经安装了zlib,未安装可以去掉这个选项. 安装mbstring和xml扩展.这些都是常用的模块.

configure: error: Cannot find MySQL header files under yes.

Note that the MySQL client library is not bundled anymore.
编译时出现这个问题,刚开始被误导了,这样做,没解决问题,出现另一个错误
configure: error: mysql configure failed. Please check config.log for more information.
,找到解决方法,实际上是--with-mysql选项有误,应该为--with-config-dir=/usr/local/mysql
OK

configure fails with:
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... no 拥有帝国一切,皆有可能。欢迎访问phome.net
checking for MySQL UNIX socket location... no
configure: error: Cannot find libmysqlclient under /usr/local/mysql.
Note that the MySQL client library is not bundled anymore!
解决方法:
This fixes the problem:
cd /usr/local/mysql
ln -s lib lib64


复制php.ini文件
cp php.ini-production /usr/local/lib
重命名 mv php.ini-production php.ini
php编译完成
5配置apache与PHP的关联

编辑文件:vi /var/www/html/test.php
<?php
phpinfo();
?>
在浏览器中打开 http://localhost/test.php 可以看到安装的PHP的一些信息,及其他服务的相应模块

本文出自 “JOE011” 博客,请务必保留此出处http://joe011.blog.51cto.com/3538628/661811

拥有帝国一切,皆有可能。欢迎访问phome.net

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站: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号