What is the preferred way of building apache from the binary? Is it
a) ./install-bindist.sh
or
b) ./configure make make install?
I noticed that using b) does not install mod_so.
Either way, when I run /usr/local/apache/bin/httpd -l, the bottom line is
suexec: disabled; invalid wrapper bin/suexec.
Is this a problem?
This leads to my second problem. I'm trying to install mod_random, but running
/usr/local/apache/bin/apxs -c -i -a -n random random.c results in
bash: /usr/local/apache/bin/apxs: bad interpreter: No such file of directory.
When I run make I get
apxs -c mod_random.c
make: apxs:command not found
make: ** [mod_random.so] Error127
Can anyone help? It's important to think. It's what separates us from lentils.
a) ./install-bindist.sh
or
b) ./configure make make install?
I noticed that using b) does not install mod_so.
Either way, when I run /usr/local/apache/bin/httpd -l, the bottom line is
suexec: disabled; invalid wrapper bin/suexec.
Is this a problem?
This leads to my second problem. I'm trying to install mod_random, but running
/usr/local/apache/bin/apxs -c -i -a -n random random.c results in
bash: /usr/local/apache/bin/apxs: bad interpreter: No such file of directory.
When I run make I get
apxs -c mod_random.c
make: apxs:command not found
make: ** [mod_random.so] Error127
Can anyone help? It's important to think. It's what separates us from lentils.