собираю GD следующим образом:
./configure --with-t1lib=/usr/local --with-jpeg=/usr --with-png=/usr/local --with-zlib=/usr/local --without-ttf --without-freetype --without-libiconv
затем PHP:
./configure --prefix=/usr --with-apache=../apache_1.3.33 --with-gd=/usr/local --with-t1lib=/usr/local --with-jpeg=/usr --with-png=/usr/local --enable-t1lib
и после make получаю вот такую ошибку:
/home/art/php-4.3.10/ext/gd/gd.c:390: undefined reference to `gdFreeFontCache' collect2: ld returned 1 exit status make: *** [sapi/cli/php] Error 1
Что я делаю неправильно? Как собрать PHP+GD c поддержкой шрифтов Type1?