Page 1 of 1

Re: [Nagios-devel] Problem compiling nagios 2.3.1

Posted: Tue May 16, 2006 11:50 am
by Guest
The configure script should find and include for
compilation. Solaris has some definitions that only allow for this
header file to be used for compiling kernel stuff? Nice. Anyone have
an idea of how to get around this for Solaris?

Masopust, Christian wrote:
> Same here for Solaris 8. I found the declaration of INT_MAX
> in /usr/include/sys/types.h but it's only enabled for compiling
> kernel or kernel-modules...
>
> which value to set INT_MAX??
>
> christian
>
> --
> "I sense much NT in you, NT leads to Blue Screen.
> Blue Screen leads to downtime, downtime leads to suffering. NT is the path to the darkside."
>
> - Unknown Unix Jedi
>
>> -----Original Message-----
>> From: [email protected]
>> [mailto:[email protected]] On Behalf
>> Of Andrea Gabellini
>> Sent: Tuesday, May 16, 2006 9:58 AM
>> To: [email protected]
>> Subject: [Nagios-devel] Problem compiling nagios 2.3.1
>>
>> Hi,
>>
>> I'm compiling nagios 2.3.1 but I get this error:
>>
>> make[1]: Entering directory `/temp/SERVER/nagios-2.3.1/cgi'
>> gcc -g -O2 -fno-strict-aliasing -pipe -I/usr/local/include
>> -D_LARGEFILE_SOURCE
>> -D_FILE_OFFSET_BITS=64
>> -I/usr/local/lib/perl5/5.8.6/i86pc-solaris/CORE
>> -DHAVE_CONFIG_H -DNSCGI
>> -c -o getcgi.o getcgi.c
>> getcgi.c: In function `getcgivars':
>> getcgi.c:174: error: `INT_MAX' undeclared (first use in this function)
>> getcgi.c:174: error: (Each undeclared identifier is reported only once
>> getcgi.c:174: error: for each function it appears in.)
>> make[1]: *** [getcgi.o] Error 1
>> make[1]: Leaving directory `/temp/SERVER/nagios-2.3.1/cgi'
>> make: *** [all] Error 2
>>
>> Looking the code the declaration of INT_MAX is missing.
>>
>> Andrea
>>


Ethan Galstad,
Nagios Developer
---
Email: [email protected]
Website: http://www.nagios.org





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]