LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: SmilingOx 於 九月 25, 2005, 06:27:54 下午



主題: as4+apache2.0.54+php4.0.4+mysql4.1.14+gd(問題)
作者: SmilingOx九月 25, 2005, 06:27:54 下午
1.httpd-2.0.54.tar.gz
2.mysql4.1.14
都已經安裝成功

gd庫的安裝也沒有錯誤提示,詳細配置如下:

tar xzvf gd-2.0.27.tar.gz
cd gd-2.0.27
./configure
--prefix=/usr/local/modules/gd
--with-jpeg=/usr/local/modules/jpeg6
--with-png
--with-zlib
--with-freetype=/usr/local/modules/freetype
make
make install

php4.0.4.配置時,出現問題:
tar xzvf php-4.3.10.tar.gz
cd php-4.3.10
./configure --prefix=/usr/local/php
--with-apxs2=/usr/local/apache/bin/apxs
--with-gd=/usr/local/modules/gd
--with-jpeg-dir=/usr/local/modules/jpeg6
--with-freetype-dir=/usr/local/modules/freetype

---------------------------------------------

錯誤提示為:
configure: error: GD build test failed. Please check the config.log for details.


如果把--with-gd=/usr/local/modules/gd
刪除,能正常編譯安裝

郁悶啊!???


主題: Re: as4+apache2.0.54+php4.0.4+mysql4.1.14+gd(問題)
作者: Stud九月 25, 2005, 06:32:48 下午
我記得 with-gd 這樣就好了,以前我是這樣編的,
不過你好像最重要的 mysql 沒編到?
ImageMagick 效率比 GD 好一點,可以試試看.