You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by br...@hyperreal.org on 1997/07/21 06:58:51 UTC

Re: suexec/741: Apache fails to find and use suexec

Synopsis: Apache fails to find and use suexec

Comment-Added-By: brian
Comment-Added-When: Sun Jul 20 21:58:50 PDT 1997
Comment-Added:
There are no functional or code differences between 1.2b11
and 1.2.0 - if you are seeing a difference it is probably
due to a compilation error.  A very common mistake is to
forget to #define SUEXEC_BIN, for example setting

EXTRA_CFLAGS= -DSUEXEC_BIN="\"/path/to/executable/suexec\""

in the Configuration file, running ./Configure, then make.