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@[email protected]@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 _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
