Re: [Nagios-devel] linking issues

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] linking issues

Post by Guest »

libmath is needed for from float functions found in a few places.
libnsl was used in older versions of Nagios that used named pipes for
IPC. Sockets will likely appear in Nagios 3.0, so I'll just comment
them out of the configure script for the moment and not completely
remove them.


On 22 May 2005 at 20:25, Andreas Ericsson wrote:

> What's the reason for linking in libmath and libnsl?
>
> Insofar as I know no functions in either nagios or any of the cgi's
> use any advanced math and should work well without it.
>
> libnsl is another library out of place. Perhaps it's needed by Sun and
> friends. On Linux (Fedora 3, Openwall current, Debian sarge) Nagios
> builds nicely without them, although I know Sun (and some others) have
> huge problems understanding any C-code at all without it. Perhaps
> -lnsl should be linked explicitly on those and dropped for other
> platforms?
>
> --
> Andreas Ericsson [email protected]
> OP5 AB www.op5.se
> Lead Developer
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by Oracle Space Sweepstakes
> Want to be the first software developer in space?
> Enter now for the Oracle Space Sweepstakes!
> http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
> _______________________________________________
> Nagios-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/lis ... gios-devel
>
>



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]
Locked