[Nagiosplug-help] v1.3 build errors on redhat 9
Karl DeBisschop
karl at debisschop.net
Mon May 19 21:33:05 CEST 2003
On Mon, 2003-05-19 at 21:46, Ajay Sharma wrote:
> I just spent a while reading all the Nagios docs and I sat down to
> install it but I'm running into some problems.
>
> As my subject says, I'm building nagios-plugins-1.3 on Redhat 9 with all
> the errata packages applied. Nagios compiled and installed fine (v 1.0)
> and here's my configure line for nagios-plugins:
>
> ./configure --prefix=/opt/nagios
>
> pretty basic, the defaults were fine for everything else. Here's the
> compilation error:
>
> [snip...]
> gcc -g -O2 -L. -L/usr/lib -o check_disk check_disk.o utils.o
> ../lib/libnagiosplug.a popen.o -lutil
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I. -I. -I. -I.. -I../lib
> -I/usr/include/ldap -I/include -I/usr/include -g -O2 -c
> check_dummy.c
> gcc -g -O2 -L. -L/usr/lib -o check_dummy check_dummy.o utils.o
> ../lib/libnagiosplug.a -lutil
> gcc -DHAVE_CONFIG_H -I. -I. -I. -I. -I. -I. -I. -I. -I.. -I../lib
> -I/usr/include/ldap -I/include -I/usr/include -g -O2 -c check_http.c
> In file included from /usr/include/openssl/ssl.h:179,
> from check_http.c:146:
> /usr/include/openssl/kssl.h:72:18: krb5.h: No such file or directory
> In file included from /usr/include/openssl/ssl.h:179,
> from check_http.c:146:
do you have krb5-devel installed?
I assume that your have traied make distclean to be sure no bad cached
data is tripping you up.
I made a correction to configure.in for RedHat'd krb5 layout shortly
before 1.3.0 was released. I have not had problems since, and I build on
RH9 quite often.
--
Karl
--
More information about the Help
mailing list