> > In the top level Makefile you need to set WEB_USER to be the user that > your web server will run as (and this user must exist) That's a bit drastic considering you can just do: ./configure \ --with-db-rt-user=rt_user \ --with-db-rt-pass=rtpass \ --with-web-user=nobody \ --with-web-group=nobody