On 7 Dec 2004 at 3:22, Andreas Ericsson wrote:
> Nagios 2.0 won't compile when ./configure is run with
> --disable-event-broker.
>
> The fix is easy enough; Just enclose the entire nebmods.c in an #ifdef
> statement, making it conditional to USE_EVENT_BROKER being defined.
Hmm... nebmods.c shouldn't ever be compiled or linked unless the
event broker is enabled, so I'm not sure why this would be happening.
Anyway, it won't hurt to make this addition. Patch will be in CVS
shortly.
>
> Another thing; Wouldn't it be prudent to let Nagios dump core when any
> DEBUG option has been specified?
Nagios should dump core unless its running in daemon mode. DEBUG
options won't do much good in daemon mode, as output is directed to
/dev/null.
>
> --
> Andreas Ericsson [email protected]
> OP5 AB www.op5.se
> Lead Developer
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]