|
I just grabbed the latest version of mod_mono from the downloads
section, when I run make after running : ./configure --prefix=/usr/local/apache --with-apxs=/usr/local/apache --with-apr-config=/usr/local/apache I get: --- Configuration summary for mod_mono * Installation prefix = /usr/local/apache * Apache version = 1.3 * Apache modules directory = * apxs = /usr/local/apache * mono prefix = /usr * Default MonoApplicationsConfigDir = /mod-mono-applications --- When I run make: The following is as far as it makes it. [EMAIL PROTECTED] mod_mono-1.0.5]# make Making all in src make[1]: Entering directory `/home/voseman/mono/mod_mono-1.0.5/src' if /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -I -DAPACHE13 -DEAPI -Wall -DDFLT_MONO_CONFIG_DIR=\"/mod-mono-applicati ons\" -g -O2 -I -DAPACHE13 -DEAPI -MT mod_mono_la-mod_mono.lo -MD -MP -MF ".de ps/mod_mono_la-mod_mono.Tpo" -c -o mod_mono_la-mod_mono.lo `test -f 'mod_mono.c' || echo './'`mod_mono.c; \ then mv -f ".deps/mod_mono_la-mod_mono.Tpo" ".deps/mod_mono_la-mod_mono.Plo"; el se rm -f ".deps/mod_mono_la-mod_mono.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -I -DAPACHE13 -DEAPI -Wall -DDF LT_MONO_CONFIG_DIR=\"/mod-mono-applications\" -g -O2 -I -DAPACHE13 -DEAPI -MT mo d_mono_la-mod_mono.lo -MD -MP -MF .deps/mod_mono_la-mod_mono.Tpo -c mod_mono.c -fPIC -DPIC -o .libs/mod_mono_la-mod_mono.o mod_mono.c:378: conflicting types for `apr_sockaddr_info_get' /usr/local/include/apr_network_io.h:394: previous declaration of `apr_sockaddr_i nfo_get' mod_mono.c: In function `apr_sockaddr_info_get': mod_mono.c:400: structure has no member named `addrlen' mod_mono.c:401: structure has no member named `addr' mod_mono.c:402: structure has no member named `addr' mod_mono.c:403: structure has no member named `addr' mod_mono.c: At top level: mod_mono.c:413: warning: static declaration for `apr_socket_connect' follows non -static mod_mono.c: In function `apr_socket_connect': mod_mono.c:417: structure has no member named `addr' mod_mono.c:417: structure has no member named `addrlen' mod_mono.c: At top level: mod_mono.c:425: warning: static declaration for `apr_socket_send' follows non-st atic mod_mono.c: In function `apr_socket_send': mod_mono.c:431: dereferencing pointer to incomplete type mod_mono.c: At top level: mod_mono.c:441: warning: static declaration for `apr_socket_recv' follows non-st atic mod_mono.c:459: conflicting types for `apr_wait_for_io_or_timeout' /usr/local/include/apr_support.h:42: previous declaration of `apr_wait_for_io_or _timeout' mod_mono.c: In function `apr_wait_for_io_or_timeout': mod_mono.c:467: dereferencing pointer to incomplete type mod_mono.c:468: dereferencing pointer to incomplete type mod_mono.c: At top level: mod_mono.c:493: conflicting types for `apr_sleep' /usr/local/include/apr_time.h:190: previous declaration of `apr_sleep' mod_mono.c: In function `setup_socket': mod_mono.c:796: dereferencing pointer to incomplete type mod_mono.c:796: warning: implicit declaration of function `ap_psocket' mod_mono.c:797: dereferencing pointer to incomplete type mod_mono.c:798: dereferencing pointer to incomplete type /usr/include/stdlib.h: At top level: mod_mono.c:459: warning: `apr_wait_for_io_or_timeout' defined but not used make[1]: *** [mod_mono_la-mod_mono.lo] Error 1 make[1]: Leaving directory `/home/voseman/mono/mod_mono-1.0.5/src' make: *** [all-recursive] Error 1 Any ideas? Kindest Regards, Shawn Vose |
- [Mono-list] mod_mono make error Shawn Vose
- Re: [Mono-list] mod_mono make error Gonzalo Paniagua Javier
- Re: [Mono-list] mod_mono make error Shawn Vose
