Error in compiling (Debian 9)

lsfoo

Administrator
#2
Hi @slowaways

Can you confirm taht you have the following packages installed?

build-essential libpcre3-dev libexpat1-dev libssl-dev libgeoip-dev zlib1g-dev curl

Cheers,
Kevin
 
#3
No! Oh, sorry!!! I missing some of dependencies.

Code:
[ERROR] It is not allowed to run LiteSpeed web server on behalf of a privileged user/group, user id must not be less than 50 and group id must not be less than 10.UID of user 'root' is 0, GID of group 'root' is 0. Please fix above problem first!
Help me about this?
 
Last edited:

lsfoo

Administrator
#4
That message is because you are trying to run OLS as root.

Please try changing to running as nobody:nobody or nobody:nogroup
 

lskagan

Administrator
#6
Under /usr/local/lsws/conf/httpd_config.conf you should see user and group settings. You will want to change both of these to either nobody or nogroup.
 
Top