[Gtk-sharp-list] Still no luck with finding libgtkhtml
Stephen Caldwell
steffc@touqen.com
Sun, 22 Feb 2004 12:56:05 +0000
The prefix to gtkhtml is in my $LD_LIBRARY_PATH. It still refuses to
find it.
Mike Kestner wrote:
>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.
>
>
>