PDA

View Full Version : pb perfparse:


spoof
5th January 2008, 03:39
Bonjour !!

J'essai d'installer perfparse mais je rencontre un problème avec mon ./configure:

j'ai télécharger 'perfparse-0.106.1.tar.gz' et suivit la procedure suivant
http://perfparse.de/tiki-index.php?page_ref_id=14

je lance donc mon ./configure --prefix=/usr/local/nagios --with-http_image_path=/nagios/images --with-apacheuser=wwwrun

et la il me sort un jolie message :
checking where the gettext function comes from... libc
checking whether glib version is forced... checking whether glib 2.X can be found... checking for pkg-config... /usr/bin/pkg-config
checking for GLIB - version >= 2.0.0... *** GLIB header files (version 2.9.1) do not match
*** library (version 2.12.4)
no
configure: error: No glib found. Either install glib2 or give the path to glib 1.2 with --use-glib12

Pourriez vous m'aider svp ...

Cdlt,

Spoof

spoof
5th January 2008, 14:55
Personne pour m'aidez svp ?

djedje68
6th January 2008, 19:47
Bonsoir,

Ton message est clairement écrit : il te faut la librairie glib2.
Après pour l'installer tout dépend de ton système (yum, apt-get...)

A++

spoof
6th January 2008, 21:18
Bonjour et merci pour ta reponce.
j'utilise apt pour l'install de mes packages...

je cherche la lib à installer mes je ne sais pas lequel prendre :(

neoo83
7th January 2008, 00:53
Bonsoir

# apt-cache search glib2 (permet de chercher le nom d'un package avec une partie de son nom)

libglib2-ruby - Glib 2 bindings for the Ruby language
libglib2.0-0 - The GLib library of C routines
libglib2.0-0-dbg - The GLib libraries and debugging symbols
libglib2.0-cil - CLI binding for the GLib utility library 2.8
libglib2.0-data - Common files for GLib library
libglib2.0-dev - Development files for the GLib library
libglib2.0-doc - Documentation files for the GLib library
libpulse-mainloop-glib0 - PulseAudio client libraries

J'espere que ça t'aidera.

spoof
7th January 2008, 21:18
Je te remercie pour l'info :)