I’ve just downloaded nagios and I’m trying to install on a RH Linux Server that has been set up for me. the install of Nagios went fine and I can access the system via Apache. however I can’t install the nagios plug-in
The OS is Red Hat Enterprise Linux AS release 3 (Taroon Update 9)
The configure looks to run OK but the make fails…
if gcc -DLOCALEDIR="/usr/local/nagios/share/locale" -DHAVE_CONFIG_H -I. -I. -I… -I… -I…/lib -I…/gl -I…/intl -I/usr/include/ldap -I/include -I/usr/include -I/usr/kerberos/include -g -O2 -MT check_pgsql.o -MD -MP -MF “.deps/check_pgsql.Tpo” -c -o check_pgsql.o check_pgsql.c;
then mv -f “.deps/check_pgsql.Tpo” “.deps/check_pgsql.Po”; else rm -f “.deps/check_pgsql.Tpo”; exit 1; fi
check_pgsql.c:44:30: pg_config_manual.h: No such file or directory
make[2]: *** [check_pgsql.o] Error 1
I’ve tried installing various products ti try and fix this so that if I list what is installed then I get this.
rpm -q -a | grep -y sql
MySQL-server-community-5.1.30-0.rhel3
rh-postgresql-libs-7.3.19-1
MySQL-shared-compat-5.1.30-0.rhel3
rh-postgresql-devel-7.3.19-1
perl-DBD-MySQL-2.1021-4.EL3
Any Ideas what is causing this
Neil