[Mono-list] mono from red-carpet on SuSE 9.1

Erik Bågfors erik@bagfors.nu
Sun, 29 Aug 2004 22:13:47 +0200


On Sun, 2004-08-29 at 21:52, Erik Bågfors wrote:
> Hello,
> 
> Anyone else having problems running mono installed from red-carpet on
> SuSE 9.1? 
> 
> After installation I could only run "mono" as root. I turned out that
> ALL directories in the packages had permissions rwx------.
> I ran the following command to fix that
> 
> for f in $(rpm -qa|grep mono|xargs -n1 rpm -ql); do test -d $f && chmod
> og+rx $f; done
> 
> Now, mono,mcs, etc all run fine. I have blam! up and running and it runs
> great. However, running monodoc or monodevelop gives me the following
> error.
> 
> : [bagfors@zyrgelkwytng]$ ; monodoc
> mono: error while loading shared libraries:
> /opt/gnome/lib/libgtk-x11-2.0.so.0: undefined symbol:
> g_type_class_add_private
> 

Forget the second part of this mail. That was done by an error in the
gtk 2.4 package. Don't upgrade to that!

/Erik