[Mono-list] Still wanted: libgobject-2.0-0.dll

Fabrício Santos fabricio.santos@quicknet.nl
Wed, 16 Jun 2004 01:11:43 +0200


Viva a todos,

As some of you remember a few days ago I posted a message stating that I was
getting this error when trying to start monodevelop:

"Unhandled Exception: System.DllNotFoundException: libgobject-2.0-0.dll..."

After looking at the below article, provided by Iain McCoy (thanks Iain):

http://archive.neotonic.com/archive/mono-list/messages/20513?noheader=1

and after checking the mono .dll to .so mapping file:

<configuration>
  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0"/>
  <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
  <dllmap dll="libatk-1.0-0.dll" target="libatk-1.0.so.0"/>
  <dllmap dll="libgtk-win32-2.0-0.dll" target="libgtk-x11-2.0.so.0"/>
</configuration>

and the .so file "/usr/lib/libgobject-2.0.so.0" actually exists and its
dependent libs also are present:

[root@sereia root]# ldd /usr/lib/libgobject-2.0.so.0
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x0087d000)
        libc.so.6 => /lib/libc.so.6 (0x00349000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x00334000)

Iain again came to my rescue and suggested changing the LD_LIBRARY_PATH but
this held no different results and now I'm stuck and have no clue on what is
going on.

Any more hints on what to look for now? As I said to Ian I feel I'm just a
short step from getting everything to work but it still fails and it is
frustrating me... :-/

Thanks in advance for any help.

-fs