Page 1 of 1

make-install stops when chown apache

Posted: Mon Nov 27, 2006 10:47 am
by Manwe
Well, when I run make install it stops and says that apache is not a group neither a user.
Do I have to follow any apache installation procedure that I don't know?
I installed apache2 from Debian distribution just using apt-get install apache2 from the root user.

Is there anyway to fix this?

Thanks,

Carles.

Posted: Mon Nov 27, 2006 2:25 pm
by zoneminder
It is possible that your web user is not called apache but something else instead. Have you checked the Debian docs in the Wiki?

Posted: Tue Nov 28, 2006 7:02 am
by Flash_
Under Debain, Apache normally runs as www-data under group www-data

Here's a ./configure that works for me under debian;

./configure --with-webdir=/var/www/zm --with-cgidir=/usr/lib/cgi-bin/ --with-webuser=www-data --with-webgroup=www-data

Posted: Tue Nov 28, 2006 9:26 am
by Manwe
correct, that was the problem
Thanks!