码迷,mamicode.com
首页 > Web开发 > 详细

linux安装php出现的各种错误解决方案

时间:2014-08-06 01:22:41      阅读:274      评论:0      收藏:0      [点我收藏+]

标签:io   for   ar   linux   log   sql   安装   mysql   

 

configure: error: Try adding --with-zlib-dir=<DIR>. Please check config.log for more information.

--------------------------------------------------------------

解决方案:下载zlib 安装解压缩zlib 然后在后面的参数加上 --with-zlib

./configure --prefix=/usr/local/php --with-mysql=/var/lib/mysql --with-libxml-dir=/usr/local/libxml2 --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib

 

 

configure: error: mysql configure failed. Please check config.log for more information.

----------------------------------------------------------------------

解决方案:--with-mysql-dir 加了一个dir

./configure --prefix=/usr/local/php --with-mysql-dir=/var/lib/mysql --with-libxml-dir=/usr/local/libxml2 --with-apxs2=/usr/local/apache2/bin/apxs --with-zlib

 

又出现这个错误

Notice: Following unknown configure options were used:

--with-mysql-dir=/var/lib/mysql

linux安装php出现的各种错误解决方案,布布扣,bubuko.com

linux安装php出现的各种错误解决方案

标签:io   for   ar   linux   log   sql   安装   mysql   

原文地址:http://www.cnblogs.com/bluewelkin/p/3893290.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!