Re: [Nagios-devel] Nagios 3.0 RC2: Segmentation faults
Posted: Thu Feb 14, 2008 8:53 am
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]
> 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]