Salut,
Je suis sur FC5 fraichement ré-installée.
Je voudrais installer un programme qui a besoin de la librairie gd.
Quand je fais
Code : Sélectionner tout - Visualiser dans une fenêtre à part
./configure --with-proj --with-gdal --with-ogr
j'ai le message :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
configure: checking for GD 2.0.16 or higher...
checking for gdFontCacheSetup in -lgd... no
configure: checking whether GD needs libiconv...
checking for gdFontCacheSetup in -lgd... no
checking for gdFontCacheSetup in -lgd... (cached) no
configure: checking whether GD needs libiconv...
checking for gdFontCacheSetup in -lgd... no
configure: error: Could not find gd.h or libgd.a/libgd.so in /usr/local.  Make sure GD 2.0.16 or higher is compiled before calling configure. You may also get this error if you didn't specify the appropriate location for one of GD's dependencies (freetype, libpng, libjpeg or libiconv).
J'ai cherché aucune trace des fichier libgd.a et libgd.so !
Pourtant quand je vérifie dans le gestionnaire de paquets, la librairie est bien cochée (donc installé j'imagine).
Mais comment savoir où elle se trouve sur mon système ?
Quel problème ça poserait si je réinstallais à partir d'une archive tar.gz?

Julien