[Nagios-devel] Missing group in Makefile

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

[Nagios-devel] Missing group in Makefile

Post by Guest »

Hi list,

this is my first contribution so please inform me of any rules/speficitatio=
n I might violate.

I encountered an inconsistency while trying to install nrpe-2.8.1.=20

I configured with the option --nagios-group=3Dnagios. While configure runs =
fine it does not state the group at the final configure options that are =
shown when configure is done.
The group name shows up emtpy.
Also make runs fine with missing group the command make install-plugins =
stops with an error. This is due to the group not been set and so the =
syntax does not come out right.

Editing the Makefile in the src/ directory and entering the right =
groupname in line 27 before the make solves the problem.
Just a minor thing, but might prevent some less experienced user from =
using nrpe.=20

Hope this is not the second time this error is reported.

Regards Sascha M=FCller






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