17 Aug
2006
17 Aug
'06
7:49 a.m.
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