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 !!!
Someone can tell me the steps to run the statusmap ?
Thanks!
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 !!!
Someone can tell me the steps to run the statusmap ?
Thanks!
Thanks, but I have already run these operations.
During the configure nagios, it can not find the libraries GD, PNG, JPEG …
I solved…
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.