[Mono-devel-list] missing libgobject-2.0-0.dll for Beta2 on FC2
Mike Kestner
mkestner at ximian.com
Tue Jun 15 01:10:52 EDT 2004
On Mon, 2004-06-14 at 23:48, Miguel de Icaza wrote:
> > 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 <0x0007c> GtkSamples.GnomeHelloWorld:Main (string[])
>
> Check the .config file install in /usr/lib/mono/gac/glib-sharp and make
> sure that it maps to the right libgobject-2 you have on your system.
The method invoking libgobject is on Gnome.Program, so the config file
with the dllmap would be in
prefix/lib/mono/gac/gnome-sharp/*/gnome-sharp.dll.config.
But I seriously doubt that's the problem. Do you maybe have an old mono
or Gtk# installation laying around on the path somewhere?
My fc2 box has:
/usr/lib/libgobject-2.0.so.0
Which is the default mapping as seen in gnome-sharp.dll.config:
<dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
--
Mike Kestner <mkestner at ximian.com>
More information about the Mono-devel-list
mailing list