[Mono-list] Wanted: libgobject-2.0-0.dll

Fabrício Santos fabricio.santos@quicknet.nl
Fri, 11 Jun 2004 02:31:40 +0200


Viva a todos,

I was having this problem and found out it was related to a wrong MONO_PATH:

==========================================
[root@sereia RPMs]# monodevelop

** (./MonoDevelop.exe:3542): WARNING **: Could not find assembly gtk-sharp,
references from /usr/lib/monodevelop/bin/./Mo
noDevelop.exe (assemblyref_index=2)
...
==========================================

After fixing it:

==========================================
[root@sereia RPMs]# export MONO_PATH=/usr/lib/mono/gtk-sharp/
==========================================

I started getting this:

==========================================
[root@sereia RPMs]# monodevelop

Unhandled Exception: System.DllNotFoundException: libgobject-2.0-0.dll
in <0x00053> (wrapper managed-to-native) Gnome.Program:g_type_init ()
in <0x0010b> Gnome.Program:.ctor
(string,string,Gnome.ModuleInfo,string[],object[])
in [0x000d5] (at
/home/duncan/conf/mono-conf/monodevelop/BUILD/monodevelop-0.4/src/Main/Start
Up/MonoDevelopMain.cs:80) Mo
noDevelop.SharpDevelopMain:Main (string[])
==========================================

I can't find this libgobject-2.0-0.dll file anywhere. In which package
should this file be found? I can't find it anywhere. Even rpmfind.net has no
clue about it...

To install mono on my Fedora Core 1 system I just unzipped the Beta 2
mono_all.zip and ran "rpm -i *rpm" and it seems all packages installed ok.

Thanks for any help.

-fs