[Mono-list] problem starting apache with mod_mono: undefined
symbol: g_thread_init. please help
Gonzalo Paniagua Javier
gonzalo@ximian.com
Mon, 06 Oct 2003 19:43:32 +0200
> Hello,
>
> I want to run some .net webservcies and webapplications on mono. But I am having 2 problems atm:
>
> 1. When I try to restart httpd after a mod_mono install I get the following error:
> "
> [root@localhost mono]# /etc/init.d/httpd restart
> Stopping httpd: [FAILED]
> Starting httpd: Syntax error on line 3 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]
You are using and old version of mod_mono. Get the latest release from
teh downloads page in go-mono.com or use CVS version. Don't forget to
read INSTALL in mod_mono, as there has been some changes in the
configuration for apache.
-Gonzalo