Hi everyone - I've been trying all night with this and just cant get it to work. I'm trying to get apache2 to host asp.net pages. I have done everything the how-to for mod_mono says and got to the stage of compiling it.

Only I get these errors every time - why? I've loaded everything from the cvs server - it should all be there - in theory.
 
Any help? - Thank you.
 
$ make
Making all in src
make[1]: Entering directory `/root/mod_mono/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include     -g -O2 -I/usr/local/apache2/include -DAPACHE13  -Ipwd/include -c mod_mono.c
rm -f .libs/mod_mono.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -I/usr/local/apache2/include -DAPACHE13 -Ipwd/include -Wp,-MD,.deps/mod_mono.pp -c mod_mono.c    -fPIC -DPIC -o .libs/mod_mono.lo
mod_mono.c:57: mono/jit/jit.h: No such file or directory
mod_mono.c:58: mono/metadata/appdomain.h: No such file or directory
mod_mono.c:59: mono/metadata/debug-helpers.h: No such file or directory
make[1]: *** [mod_mono.lo] Error 1
make[1]: Leaving directory `/root/mod_mono/src'
make: *** [all-recursive] Error 1

Reply via email to