Re: [Nagios-devel] ndoutils compilation problem on Solaris 10

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] ndoutils compilation problem on Solaris 10

Post by Guest »

Damien Bastié wrote:
> Error again ...
>
> asprintf doesn't exist ? I am trying to find a solution ....
>

asprintf() is a GNU extension, so you likely won't find it on Solaris.

IMO asprintf() (and vasprintf()) are so evil they shouldn't be allowed
in any program meant to be used by others. It is to C what Perl is to
programming: convenient but nasty.

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