Bonjour,
 
Je m'installe un petit serveur sur Linux et je voudrais donc installer PHP 4.3.4 ainsi que GD 2.0.18.
J'ai libpng, libjpeg, zlib, enfin, tout ce qu'il faut pour GD, et la librairie s'installe apparemment très bien, aucune erreur lors des configure et autre make ou make install
 
La chose se corse lors de l'installation de PHP, que je configure avec ceci:
 
***********************************************
./configure --with-apxs2=/usr/local/apache2/bin/apxs --enable-inline-optimization --with-config-file=/etc --enable-debug=no --enable-safe-mode --enable-calendar --enable-ftp --enable-sysvsem --enable-sysvshm --enable-trans-sid --disable-static --with-regex=system --with-mm=/usr/local --with-mysql=/usr/local/mysql --with-freetype-dir --with-gd=/usr --enable-gd-native-tt --enable-freetype-4bit-antialias-hack --with-jpeg --with-png --with-tiff --with-zlib --with-imap --with-imap-ssl --with-kerberos --with-openssl --enable-exif --with-gettext --with-xml --with-mcrypt --enable-discard-path
***********************************************
 
Aucune erreur apparente lors de ça, c'es lors du make que ça foire, voici le message que j'ai:
 
***********************************************
In function `ssl_onceonlyinit':
: the use of `tmpnam' is dangerous, better use `mkstemp'
ext/gd/gd.lo(.text+0x632): In function `zm_deactivate_gd':
/root/php/php-4.3.4/ext/gd/gd.c:382: undefined reference to `gdFreeFontCache'
collect2: ld returned 1 exit status
make: *** [sapi/cli/php] Erreur 1
***********************************************
 
Bref, question simple: comment faire! 
 
Merci d'avance.