Xymon Mailing List Archive search

4.2.0: make install error

list Henrik Størner
Thu, 17 Aug 2006 09:49:35 +0200
Message-Id: <user-992a2af6ea92@xymon.invalid>

On Thu, Aug 17, 2006 at 09:55:56AM +1200, Andy France wrote:
Hermann-Josef Beckers wrote on 17/08/2006 02:07:25 a.m.:

During "make install"    chgrp fails with "invalid groupname"
(Ungültiger Gruppenname); see line 8).
Obviously line 7) is missing the "id -g hobbit" as in line 6). Whre
do I add it?
I had the same issue.  The definition of HTTPDGID= seems to be missing from
the root Makefile (top source directory) after configure, so the chgrp on
line 160 of hobbitd/Makefile fails.
OK, I hadn't thought of this. So I've changed the configuration script
so that the HTTPDGID setting defaults to "nobody".


Regards,
Henrik