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

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 faults

Post by Guest »

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...

--
Olaf Dabrunz (od/odabrunz)
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)






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