[Mono-list] problem installiing mod_mono

Gonzalo Paniagua Javier gonzalo@ximian.com
Thu, 18 Dec 2003 10:43:04 +0100


El jue, 18-12-2003 a las 08:06, babar haq escribió:
> Hi 
> I am trying to install xsp,mod_mono with apache.
> I am following the INSTALL menu bundeled with mod_mono-0.5.
> i untared the xsp and copied the files and folders as required in /usr.
> Now i unzip mod_mono-0.5.tar.gz.
> ./configure runs successfully to completion.
> Make fails starting with this :
> ---------------------------------------------------------------
> gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -I/usr/include/httpd -Ipwd/include -c mod_mono_old.c -MT mod_mono_old.lo -MD -MP -MF .deps/mod_mono_old.TPlo  -fPIC -DPIC -o .libs/mod_mono_old.lo
> mod_mono_old.c:58:26: mono/jit/jit.h: No such file or directory

Try setting PKG_CONFIG_PATH to the directory that contains mono.pc

Btw, there's are newer versions of mono, mod_mono and xsp released after
that in which mod_mono_old is not built unless you explicitly ask for
it.

-Gonzalo