Hi,
I am trying to compile apache 2.0a4 as a proxy server but
I keep getting compilation errors. The following are the commands
I ran -
*****************************************************
$ ./buildconf
$../configure --prefix=/home/avinashb/Documents/http/install
--with-mpm=prefork --with-module=modules/proxy/mod_proxy.c
$ make install
*****************************************************
I get the following error message -
*****************************************************
gcc -I. -I/home/avinashb/Documents/http/apache_2.0a4/src/modules/extra
-I/home/avinashb/Documents/http/apache_2.0a4/src/modules/mpm/prefork
-I/home/avinashb/Documents/http/apache_2.0a4/src/include
-I/home/avinashb/Documents/http/apache_2.0a4/src/lib/apr/include
-I/home/avinashb/Documents/http/apache_2.0a4/src/os/unix -D_REENTRANT
-g -O2 -c mod_proxy.c && touch mod_proxy.lo
mod_proxy.c:59: mod_proxy.h: No such file or directory
make[3]: *** [mod_proxy.lo] Error 1
make[3]: Leaving directory
`/home/avinashb/Documents/http/apache_2.0a4/src/modules/extra'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/home/avinashb/Documents/http/apache_2.0a4/src/modules/extra'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/avinashb/Documents/http/apache_2.0a4/src/modules'
make: *** [install-recursive] Error 1
*****************************************************
I have tried various combinations of arguments for "./configure" but
none seem to work .
Am I doing something wrong here ? Could anybody help me out of this
?
Thanks,
Avinash
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu
This archive was generated by hypermail 2b29 : Thu Jun 15 2000 - 21:00:40 EST