I am trying to get Apahce web werver running on my machine and I have th
version 1.3.4 .tar file unzipped into /home/apache_1.3.4 directory.  When
I follow the directions I run the ./configure and it seems to work fine,
but then when I run 'make' I get this output error:
===> src
make[1]: Entering directory `/home/apache/apache_1.3.4'
make[2]: Entering directory `/home/apache/apache_1.3.4/src'
/bin/sh: syntax error near unexpected token `;'
/bin/sh: -c: line 1: `for i in regex os/unix ap main modules; do  echo
"===> src/$i";  ( cd $i && make --no-print-directory SDP='src/' CC='gcc'
AUX_CFLAGS=' -DLINUX=2 -DUSE_HSREGEX `./apaci`' RANLIB='ranlib') || exit
1;  echo "<=== src/$i";  done'
make[2]: *** [subdirs] Error 2
make[2]: Leaving directory `/home/apache/apache_1.3.4/src'
make[1]: *** [build-std] Error 2
make[1]: Leaving directory `/home/apache/apache_1.3.4'
make: *** [build] Error 2   

Any suggestions on what I am doing wrong?

-BB

Reply via email to