[Gtk-sharp-list] Still no luck with finding libgtkhtml

Mike Kestner mkestner@ximian.com
Sun, 22 Feb 2004 09:46:45 -0600


On Sat, 2004-02-21 at 20:06, Stephen Caldwell wrote:
> I have the .pc files, as I installed it from source. It appears that the 
> only way that it'll work is if the library is in the current working 
> directory of the mono runtime. Outside of that and it fails.

This statement sounds like you were able to compile gtkhtml-sharp.dll
but it's a runtime failure you are seeing?  If so, you need to set your
LD_LIBRARY_PATH for the prefix you installed gtkhtml into.  Probably
something like:

export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH

Replace /usr/local with the gtkhtml prefix if you specified a prefix
when compiling gtkhtml.

-- 
Mike Kestner <mkestner@ximian.com>