| Cant install Nagios GD Problems Hi
Im trying to install Nagios on Clarkconnect im using this guide: Code: nagios.sourceforge.net/docs/3_0/quickstart-ubuntu.html
just to kinda know what to do seen as im not installing it on ubuntu but i get this error when i try 'make all' Code: /tmp/cc15nLsI.o(.text+0x1cc5): In function `load_image_from_file':
/tmp/nagios-3.2.0/cgi/statusmap.c:2183: undefined reference to `gdImageCreateFromJpeg'
collect2: ld returned 1 exit status
make[1]: *** [statusmap.cgi] Error 1
make[1]: Leaving directory `/tmp/nagios-3.2.0/cgi'
make: *** [all] Error 2
I couldn't install GD from apt-get but i compiled and installed the latest source. In '/usr/local/bin' i seem to have all the GD Files. So i dont know whats wrong? |