Closed duckinator closed 11 years ago
The introspection data should point to the specific version of the library. If it doesn't, as a workaround, installing the -dev package should create the appropriate symlink for you.
Haha, whoops. I installed libwebkitgtk-dev
instead of libwebkitgtk-3.0-dev
before. Sorry about that. Works now that I got the latter installed. :)
Now that that other issue was fixed, the webkit example isn't working for me because it cannot find
libwebkitgtk-3.0.so
. I only havelibwebkitgtk-3.0.so.0
.sudo ln -s /usr/lib/libwebkitgtk-3.0.so{.0,}
fixed it, but that's far from optimal.Output when running before adding that symlink: