[Mono-osx] Help installing mod_mono on OS X 10.5.7
asleB
asle.benoni at gmail.com
Wed May 27 15:30:03 EDT 2009
./configure CFLAGS="-m64" --with-apxs=/usr/sbin/apxs
--with-apr-config=/usr/bin/apr-1-config
--with-apu-config=/usr/bin/apu-1-config
Worked now when I downloaded the Fink pkconfig package and set the $PATH to
include it. It seems I have success configuring:
.......
---
Configuration summary for mod_mono
* Installation prefix = /usr/local
* Apache version = 2.2
* Apache modules directory = /usr/libexec/apache2
* apxs = /usr/sbin/apxs
* apr-config = /usr/bin/apr-1-config
* apu-config = /usr/bin/apu-1-config
* CFLAGS = -m64 -I/usr/include/apache2 -I/usr/include/apr-1
-I/usr/include/apr-1
* Verbose logging (debug) = no
* GCOV options used = no
* Profiling enabled = no
* mono prefix = /usr/local
* Default MonoApplicationsConfigDir =
/private/etc/apache2/mod-mono-applications
---
But when I do a make I get this error:
bash-3.2$ make
Making all in src
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I.
-I../include -m64 -I/usr/include/apache2 -I/usr/include/apr-1
-I/usr/include/apr-1 -m64 -I/usr/include/apache2 -I/usr/include/apr-1
-I/usr/include/apache2 -m64 -I/usr/include/apache2 -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -m64 -I/usr/include/apache2
-I/usr/include/apr-1 -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK
-no-cpp-precomp -I/usr/include/apr-1 -Wall
-DDFLT_MONO_CONFIG_DIR=\"/private/etc/apache2/mod-mono-applications\"
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -m64
-I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/apr-1 -MT
mod_mono_la-mod_mono.lo -MD -MP -MF .deps/mod_mono_la-mod_mono.Tpo -c -o
mod_mono_la-mod_mono.lo `test -f 'mod_mono.c' || echo './'`mod_mono.c
gcc -DHAVE_CONFIG_H -I. -I../include -m64 -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apr-1 -m64 -I/usr/include/apache2
-I/usr/include/apr-1 -I/usr/include/apache2 -m64 -I/usr/include/apache2
-DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -m64
-I/usr/include/apache2 -I/usr/include/apr-1 -DDARWIN
-DSIGPROCMASK_SETS_THREAD_MASK -no-cpp-precomp -I/usr/include/apr-1 -Wall
-DDFLT_MONO_CONFIG_DIR=\"/private/etc/apache2/mod-mono-applications\"
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -m64
-I/usr/include/apache2 -I/usr/include/apr-1 -I/usr/include/apr-1 -MT
mod_mono_la-mod_mono.lo -MD -MP -MF .deps/mod_mono_la-mod_mono.Tpo -c
mod_mono.c -fno-common -DPIC -o .libs/mod_mono_la-mod_mono.o
mod_mono.c: In function 'fork_mod_mono_server':
mod_mono.c:1768: error: 'SIGPWR' undeclared (first use in this function)
mod_mono.c:1768: error: (Each undeclared identifier is reported only once
mod_mono.c:1768: error: for each function it appears in.)
make[1]: *** [mod_mono_la-mod_mono.lo] Error 1
make: *** [all-recursive] Error 1
What seems to be wrong here?
/asle
--
View this message in context: http://www.nabble.com/Help-installing-mod_mono-on-OS-X-10.5.7-tp23748673p23749186.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
More information about the Mono-osx
mailing list