[Gtk-sharp-list] gtkmozembed-problem by running app

Edd Dumbill edd@usefulinc.com
Tue, 02 Mar 2004 21:05:31 +0000


You need to set your LD_LIBRARY_PATH to /usr/lib/mozilla (or similar) so
Mono can find the right .so.

-- Edd

On Sun, 2004-02-29 at 07:32, Franz Burgmann wrote:
> Hello,
> 
> when I compile the monodoc-example (Mozilla Libraries-EmbedWidget Class), everything is fine, but when I'm going to start the application, I'll get the following error:
> 
> Unhandled Exception: System.DllNotFoundException: gtkembedmoz
> in <0x0005c> (wrapper managed-to-native) GtkMozEmbed.EmbedWidget:gtk_moz_embed_set_profile_path (string,string)
> in <0x00043> GtkMozEmbed.EmbedWidget:.ctor (string,string)
> in <0x00561> GtkMozTest.GtkMozTest:.ctor ()
> in <0x0001e> GtkMozTest.GtkMozTest:Main (string[])
> 
> I installed mozilla from sources with gtk-enabled and gtkmozembed-sharp, too.
> 
> Somebody an idea?