Well, I'll answer my own question :) The libgc6 rpms from mono.baselabs.org don't work with RedHat 7.3. I complied the GC from source (http://www.go-mono.com/archive/gc6.0.tar.gz) and that fixed the problem.
-Jared On Sun, 2002-05-12 at 17:43, Jared Smith wrote: > I'm trying to get Mono working under RedHat 7.3, but both the RPMS from > mono.baselabs.org and the mono-0.11 release give me a segfault. > > Here's what I get from gdb on mono (0.11 release). I also get the same > thing from mono out of CVS. I'm guessing there's something wrong with > one of the RPMS, but I'm no expert on that sort of thing. (I'm using a > stock install of RH 7.3, with the libgc6 rpms from mono.baselabs.org.) > > --- > > [jared@jared mono-0.11]$ gdb /usr/local/bin/mono > GNU gdb Red Hat Linux (5.1.90CVS-5) > Copyright 2002 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you > are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for > details. > This GDB was configured as "i386-redhat-linux"... > (gdb) run > Starting program: /usr/local/bin/mono > [New Thread 1024 (LWP 24939)] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 1024 (LWP 24939)] > 0x400c3a47 in GC_register_dynamic_libraries () at dyn_load.c:488 > 488 dyn_load.c: No such file or directory. > in dyn_load.c > (gdb) > > > > _______________________________________________ > 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
