David, You have an old mscorlib.dll (maybe from a mono 1.0.x release) that is being loaded. Try to find all mscorlib.dll files on your drive and rename the ones out of the 1.1.x installation.
Sebastien Pouliot home: [EMAIL PROTECTED] blog: http://pages.infinit.net/ctech/poupou.html > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of David P. Donahue > Sent: 30 mars 2005 07:14 > To: [email protected] > Subject: [Mono-list] Error When I Run 1.1.5 > > > I just did a configure/make/make install for Mono 1.1.5 and when I > restart my Apache server (I'm using mod_mono) I get the following in my > error log and every page returns an internal server error: > > > [Wed Mar 30 07:10:11 2005] [notice] SIGHUP received. Attempting > to restart > [Wed Mar 30 07:10:12 2005] [notice] Apache/1.3.31 (Unix) mod_mono/1.0.6 > configured -- resuming normal operations > [Wed Mar 30 07:10:12 2005] [notice] Accept mutex: sysvsem > (Default: sysvsem) > > ** ERROR **: file domain.c: line 617 (mono_init_internal): assertion > failed: (mono_defaults.runtimesecurityframe_class != 0) > aborting... > > ** ERROR **: file domain.c: line 617 (mono_init_internal): assertion > failed: (mono_defaults.runtimesecurityframe_class != 0) > aborting... > > ** ERROR **: file domain.c: line 617 (mono_init_internal): assertion > failed: (mono_defaults.runtimesecurityframe_class != 0) > aborting... > > ** ERROR **: file domain.c: line 617 (mono_init_internal): assertion > failed: (mono_defaults.runtimesecurityframe_class != 0) > aborting... > > ** ERROR **: file domain.c: line 617 (mono_init_internal): assertion > failed: (mono_defaults.runtimesecurityframe_class != 0) > aborting... > > > Is this something you've seen and I can easily correct? > > > Regards, > David P. Donahue > [EMAIL PROTECTED] > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
