GD 编译出错解决方法 编译最新的2.0.35版本,用默认的 ./configure编译 当make的时候,出现以下错误 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. make: *** [configure] Error…
Linux编译安装php扩展包curl 1.curl,主要用于发送http请求,是php的一个扩展包. 2.安装过程: (1)curl下载:http://curl.haxx.se/download.html (2)具体安装过程: tar -zxvf curl-7.34.0.tar.gz cd curl-7.34.0 cd /home/zhuyx/package/php-5.5.3/ext/curl(php源码目录,不是编译后的php目录) /home/zhuyx/local/php-5.5.3/…