On 01/11/2012 09:31 PM, Kyle O'Donnell wrote:
> Hi,
>
> I tried compiling nsca 2.9 on my ubuntu 10.04.3 (64bit) system and it
> would fail. After some googling I found the problem... there was a
> permission bit option missing.
>
> Here is the patch if anyone is interested:
>
SYNOPSIS
#include
#include
#include
int open(const char *pathname, int flags);
int open(const char *pathname, int flags, mode_t mode);
Your installation should accept open() calls with only two arguments, so
it seems as though it's broken and the patch should be dropped. If the
permission argument is missing, it uses (0777 & umask) for permissions.
--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]