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. : [EMAIL PROTECTED] ; monodoc mono: error while loading shared libraries: /opt/gnome/lib/libgtk-x11-2.0.so.0: undefined symbol: g_type_class_add_private Anyone have any idea? Regards, Erik _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
