Statusmap doesn' t work

I have install this library----> glib-2.6.3
jpegsrc.vb6
libpng-1.2.33
zlib-1.2.3

But the statusmap doesn’t work !!!:cry:

Someone can tell me the steps to run the statusmap ?

Thanks!

nagios.org/faqs/viewfaq.php?faq_id=55

Thanks, but I have already run these operations.
During the configure nagios, it can not find the libraries GD, PNG, JPEG … :frowning:

I solved… :smiley:

Thanks…

Mybe is a good idea to post the solution.

I had the same problem. If install t the following:
yum install httpd gcc glibc glibc-common gd gd-devel php-devel autoconf automake libtool rpm-build libgd libgd-devel libpng libpng-devel libjpeg libjpeg-devel zlib zlib-devel php-pdo libxml2 devel gd-2.0.35

After this i executed the next commando:

./configure --with-command-group=nagcmd --with-gd-lib=/usr/local/lib/ --with-gd-inc=/usr/include/

I also use this when i upgrade Nagios to a newer version…
works for me.