> 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: > " > [EMAIL PROTECTED] 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 _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
