[rt-users] error on make install uid www??

matthew zeier mrz at intelenet.net
Wed Jul 30 15:02:40 EDT 2003


> 
> 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 



More information about the rt-users mailing list