GD 編譯出錯解決方法 編譯最新的2.0.35版本,用默認的 ./configure編譯 當make的時候,出現(xiàn)以下錯誤 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: *** [co...
cd gd-2.0.27 ./configure --prefix=/usr/local/gd2 make make install 安裝PHP--- tar zxvf php-4.3.8.tar.gz cd php-4.3.8 ./configure --with-mysql --with-gd=/usr/local/gd2 --with-apxs2=/usr/www/bin/apxs make make install cp php.ini-dist /usr/local/lib/php.ini (出處:Viphot)...