[Gtk-sharp-list] webkit-sharp does not find webkit DLL

Jacek Rużyczka stacheldraht at interia.pl
Sun May 19 20:46:01 UTC 2013


OK, it seems as if the library reference was hardcoded in the DLL code,
and the information in webkit-sharp.dll.config was completely ignored.

The webkit-sharp.dll.config.in in the source tarball reads as follows:

<configuration>
  <dllmap dll="webkit-1.0"
target="webkit-1.0 at LIB_PREFIX@.2 at LIB_SUFFIX@"/>
</configuration>

So I made a softlink named webkit-1.0.so.2 in /usr/lib64 and then
in /usr/lib. No use.

What is the name of the webkit library referenced by webkit-sharp? Then
I would simply made a softlink to libwebkitgtk, and the issue would be
solved with a nasty hack.

Kind regards
Jacek Rużyczka




More information about the Gtk-sharp-list mailing list