首页 > Web开发 > 详细

编译php提示configure: error: GD build test failed错误

时间:2014-09-18 19:10:24      阅读:2400      评论:0      收藏:0      [点我收藏+]

在编译完gd库等相应文件后,编译php文件的过程中提示一下错误;

configure: error: GD build test failed. Please check the config.log for details.

解决方法:

把php的编译参数:

--with-gd

修改为:

--with-gd=/usr/local/gd/

再次对php进行编译  ./configure ...




本文出自 “GoFat移动新互联” 博客,请务必保留此出处http://gofat.blog.51cto.com/7857721/1554816

编译php提示configure: error: GD build test failed错误

原文:http://gofat.blog.51cto.com/7857721/1554816

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!