首页 > 代码库 > 编译php提示configure: error: GD build test failed错误
编译php提示configure: error: GD build test failed错误
在编译完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错误
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。