[Mono-devel-list] ModMono Installation problems - g_thread_init

Gonzalo Paniagua Javier gonzalo at ximian.com
Tue Oct 14 21:21:09 EDT 2003


El mié, 15-10-2003 a las 16:01, Christopher Keith Fairbairn escribió:
> Hi,
> 
> I am attempting to install Mono (and in particular the Apache Mod_Mono
> module) on one of my machines. This time around I have decided to use
> the 0.28 RPMs from go-mono.com (for Red Hat 8.0) as a base as that is
> the closet to what could be described as my system. I installed the
> series of RPMs with out a hitch, and compiled mod_mono.
> 
> However I am stumbling into the following error attempting to restart
> Apache once I've configured Apache to load mod_mono.
> 
> [root at shazam mod_mono-0.5]# /etc/init.d/httpd start
> Starting httpd: Syntax error on line 4 of /etc/httpd/conf.d/mono.conf:
> Cannot load /etc/httpd/modules/libmod_mono.so into server:
> /usr/lib/libmono.so.0: undefined symbol: g_thread_init
>                                                            [FAILED]
> 
> I bieleve the syntax error message is a red hearing as the line
> immediatly after the LoadModule line is "MonoUnixSocket" which I assume
> isn't a valid configuration option until the mono module has been
> loaded.
> 
> My /etc/httpd/conf.d/mono.conf file is as follows, and is grafted in
> from my main Apache httpd.conf file
> 
> [root at shazam mod_mono-0.5]# cat /etc/httpd/conf.d/mono.conf
> # Mono Configuration for Apache
>  
> AddType application/x-asp-net .aspx .ashx .asmx .ascx .asax .config
> .ascx
> LoadModule mono_module modules/libmod_mono.so
> MonoUnixSocket /tmp/mod_mono_server

That's not latest mod_mono 0.5 or CVS. That's the old module.

-Gonzalo





More information about the Mono-devel-list mailing list