[Mono-list] New to Mono: Strange things with official Mono install

Iain McCoy iain@mccoy.id.au
Tue, 06 Jul 2004 16:41:08 +1000


I suspect you have bits of an old, pre-gac mono installation lying
around. You should probably either run "make uninstall" in the mono
source directory if you've still got it or run "rm /usr/lib/System.*.dll
/usr/lib/*-sharp.dll /usr/lib/Mono.*.dll" to clean them up. The only
mono dll file that should be in $prefix/lib is corlib.dll. If your old
mono install was in /usr/local, then change all instances of /usr/lib in
that command to /usr/local/lib.

If you don't have bits of an old pre-gac mono installation lieing
around, hopefully someone else can help you out.

On Tue, 2004-07-06 at 03:49, Igor Anikeev wrote:
> Hi all,
> 
> I have installed using YUM Mono 1.0 fromtheir official repository.  
> Neither monodoc nor monodevelop work.
> 
> [insider@localhost TestGlade]$ monodoc
>  
> Unhandled Exception: System.DllNotFoundException: libgtk-win32-2.0-0.dll
> in <0x00053> (wrapper managed-to-native) Gtk.Application:gtk_init 
> (int&,intptr&)in <0x00038> Gtk.Application:Init ()
> in [0x00120] (at 
> /home/duncan/conf/mono-conf/monodoc/BUILD/monodoc-1.0/browser/browser.cs:83) 
> Monodoc.Driver:Main (string[])
> 
> or:
> 
> [insider@localhost insider]$ monodevelop
>  
> Unhandled Exception: System.DllNotFoundException: libgobject-2.0-0.dll
> in <0x00053> (wrapper managed-to-native) Gnome.Program:g_type_init ()
> in <0x000f8> Gnome.Program:.ctor 
> (string,string,Gnome.ModuleInfo,string[],object[])
> in [0x000d5] (at 
> /home/duncan/conf/mono-conf/monodevelop/BUILD/monodevelop-0.5/src/Main/StartUp/MonoDevelopMain.cs:80) 
> MonoDevelop.SharpDevelopMain:Main (string[])
> 
> What would it mean?
-- 
Iain McCoy <iain@mccoy.id.au>