在进行php开发环境源码安装时,在安装PHP-5.2.6是出现:configure: error: Unable to find gd.h anywhere under错误
解决方式:
1.在gd库的安装路径下搜索没有发现gd.h文件,但是在/etc/include下有gd.h文件
2.在网上搜索发现重装gd库可解决
3.重新安装gd库,在安装时出现:
- configure.ac:64: error: possibly undefined macro: AM_ICONV
- If this token and others are legitimate, please use m4_pattern_allow.
- See the Autoconf documentation.
错误,在./configure 后加上–enable-m4_pattern_allow 重新编译即可通过
http://www.gaodaima.com/50711.htmlconfigure error:安装php时出现configu_php
4.重新编译php,通过
本文链接http://www.cxybl.com/html/wlbc/Php/20130316/37177.html
欢迎大家阅读《configure error:安装php时出现configu_php》,跪求各位点评,若觉得好的话请收藏本文,by 搞代码