Problem with GD (nagios)

Francisco

Verified User
Joined
May 3, 2004
Messages
8
Hey there,

I need some urgent help, if you can IM me (mtxis)... Installed nagios, runs sweet, BUT trends doesn't work, I asked them, they told me it is because: http://www.nagios.org/faqs/viewfaq.php?faq_id=55

I did checked, and I installed all of those..... Now I saw another FAQ related to it http://www.nagios.org/faqs/viewfaq.php?faq_id=119

[root@supr customapache]# cd /usr/local/nagios/sbin/
[root@supr sbin]# ldd statusmap.cgi
libgd.so.2 => not found
libz.so.1 => /usr/lib/libz.so.1 (0x007ed000)
libm.so.6 => /lib/tls/libm.so.6 (0x007c4000)
libpng.so.3 => /usr/lib/libpng.so.3 (0x00cc0000)
libc.so.6 => /lib/tls/libc.so.6 (0x00689000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00671000)
[root@supr sbin]# locate libgd.so.2
/usr/local/lib/libgd.so.2.0.0
/usr/local/lib/libgd.so.2
/usr/local/directadmin/customapache/gd-2.0.15/.libs/libgd.so.2.0.0
/usr/local/directadmin/customapache/gd-2.0.15/.libs/libgd.so.2
[root@supr sbin]#

Now, I guess httpd needs a compile, and I tried it using the DA tool, but it doesn't work and turns suEXEC on again...

I need to fix this issue ASAP pls :D

P.S.: Yes, I did ran the line to set the path to GD and it didn't worked...

Thanks,
Francisco
 
Back
Top