Re: [Nagios-devel] Nagios 3.0 RC2: Segmentation

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

Re: [Nagios-devel] Nagios 3.0 RC2: Segmentation

Post by Guest »

Olaf Dabrunz wrote:
> On 14-Feb-08, Olaf Dabrunz wrote:
>> On 14-Feb-08, Olaf Dabrunz wrote:
>>> Trying this now:
>>>
>>> $(CC) [flags and co] $(LIBS) -lc $(PERLLIBS)
>> Does not help either.
>
> libc defines readdir etc as weak symbols, free to be overridden:
> __________/
> /
> 000000000008d920 w F .text 00000000000000d5 readdir
>
> So the linking order does not help...
>

So in short; Enabling embedded perl means Nagios *has* to initialize it,
even though it's turned off in nagios.cfg. Patch will follow.

--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231





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