[Mono-docs-list] Library load failure

Jeremiah McElroy jeremiah@facility9.com
23 Jun 2003 12:07:22 -0400


I just pulled monodoc down from CVS and compiled on my RH 9.0 system
(mono 0.24, mcs 0.24.0.0, gtk-sharp 0.10-1 from RPM).

Everything compiled fine, no warnings or complaints from the compiler
and configure scripts.

However, when I go to run monodoc I see the following:

** (<unknown>:22389): WARNING **: Failed to load library
libgtkhtml-3.0.so (gtkhtml-3.0): libgtkhtml-3.0.so: cannot open shared
object file: No such file or directory

This repeats a very large number of times (for over 500 lines) and then
terminates with this:

Unhandled Exception: System.MissingMethodException: A missing method
exception has occurred.
in <0x00046> 06 Gtk.HTML:gtk_html_new ()
in <0x0004a> 00 Gtk.HTML:.ctor ()
in <0x001ad> 00 .Browser:.ctor ()
in <0x00199> 00 .Browser:Main (string[])


I ran configure with default options and also with libdir defined as
/usr/lib (which is the location of libgtkhtml-3.0.so).  /usr/lib is also
in my path.

Does anyone have any ideas of what could be causing this problem?  I
reinstalled libgal and libgtkhtml from RPM (which went without a hitch),
but monodoc still fails to run.

Thanks,

Jeremiah McElroy