Installation de mrtg, probleme au ./configure - Logiciels - Linux et OS Alternatifs
Marsh Posté le 05-01-2003 à 12:01:46
pourtant il semble qu'il manque quelque chose
checking for gdImageGif in -lgd... no |
Sous Debian, mrtg dépend entre autres de libgd1 qui ne contient qu'un /usr/lib/libgd.so et dépend des libjpeg et libpng...
Marsh Posté le 05-01-2003 à 12:03:28
Si GD est compilé à la main, il est suggéré qu'il a manqué des options au ./configure
Marsh Posté le 05-01-2003 à 12:16:43
bah meme en mettant les options ça me fait pareil
j'ai tout fait exactement comme dans le doc fournit avec
y'a pas une commande ki vérifie si un prig est installé ?
Marsh Posté le 05-01-2003 à 13:39:51
vérifie que ta libgd1 est bien compilée avec le support png/jpeg avec un ldd
ldd /usr/lib/libgd.so.1 |
Marsh Posté le 05-01-2003 à 14:59:55
tirith:/usr/local/src/gd# ldd /usr/lib/libgd.so.1 |
Marsh Posté le 05-01-2003 à 11:27:13
voila quand je fait le ./configure j'ai ça :
checking for acos in -lm... yes
checking for the presence of MacOS X... uff, that was close
checking for gdImageGif in -lgd... no
checking for gdImagePng in -lgd... no
checking for gdImagePng_jpg in -lgd... no
checking for gdImagePng_jpg_ft in -lgd... no
checking for gdImageGd in -lgd... yes
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes
** The GD library is required for rateup to compile.
Get it from <a href="http://www.boutell.com" target="_blank">http://www.boutell.com</a>, compile it and
use either --with-gd-lib=DIR and --with-gd-inc=DIR to specify
its location. You might also have to use --with-z-inc, --with-z-lib
and --with-png-inc, --with-png-lib for gd versions 1.6 and higher.
Check config.log for more information on the problem. If your system
has libgd installed, you probably mis the gd.h header file.
Consider following the instructions in doc/unix-guide.txt
Pourtant je suis a peut pres certain que GD est bien installé, y'a moyen de vérifier ?
J'ai a peut pres essayé tout ce que je pouvais chuis un peut perdu la :'(