Sorry for the long post, but figure its needed.
Seems the id stuff is not fixed on Solaris. make setup fails with the output below. The attached diff patch should fix it.
Thanks for the next beta.
[root at darwin hobbit-4.0-beta5]$ make setup
mkdir -p /usr/local/hobbit/server /usr/local/hobbit/data
cd /usr/local/hobbit/server; mkdir -p bin etc ext tmp web www www/gifs
www/help www/html www/menu www/notes www/rep www/snap www/wml; chown hobbit
bin etc ext tmp web www www/gifs www/help www/html www/menu www/notes
www/rep www/snap www/wml; chgrp id -g hobbit bin etc ext tmp web www
www/gifs www/help www/html www/menu www/notes www/rep www/snap www/wml
id: illegal option -- g
Usage: id [-ap] [user]
cd /usr/local/hobbit/data; mkdir -p acks data disabled hist histlogs logs
rrd; chown hobbit acks data disabled hist histlogs logs rrd; chgrp id -g hobbit acks data disabled hist histlogs logs rrd
id: illegal option -- g
Usage: id [-ap] [user]
chgrp: unknown group: acks
make: *** [install-dirs] Error 2
--On January 16, 2005 11:42:29 PM +0100 Henrik Stoerner <henrik at hswn.dk> wrote:
| There are lots of other little fixes and improvements, see the full | list at http://www.hswn.dk/beta/Changes