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

时间:2014-09-18 19:10:24   收藏:0   阅读:2400

在编译完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

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!