a bit better now.
Oracle is featuring a free public repo for its base packages (not for the security updates, since they want to charge you for that with a subscription!):
This URL should fit your machine:
http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/5/base/i386/A description for using that repo automatically is here:
http://public-yum.oracle.com/#a3Anyway, you will find the two packages there and can load them:
cd
mkdir downloads
cd downloads
wget
http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/5/base/i386/gd-2.0.33-9.4.el5_4.2.i386.rpmwget
http://public-yum.oracle.com/repo/EnterpriseLinux/EL5/5/base/i386/gd-devel-2.0.33-9.4.el5_4.2.i386.rpmsudo rpm -i gd-2.0.33-9.4.el5_4.2.i386
.rpm gd-devel-2.0.33-9.4.el5_4.
2.i386.rpm
Hopefully you do not get any errors about missing dependencies. If so, please foloow the yum instructions in the first link an use the yum command to install.
If rpm was successful, you can now retry with Nagios compiling as described earlier (with a "make clean" first).
Waiting for your feedback...