Re: [Evolution] Color of selected text...



On Tue, 17 May 2016 09:42:25 -0700, Dave Cole wrote:
When I do the same I get:
root nostromo:/usr/lib/x86_64-linux-gnu# ls -Ggl /usr/lib/x86_64-linux-
gnu/libwebkitgtk-3.0.so.0.22.17
-rw-r--r-- 1 33003232 Apr 11 06:10 /usr/lib/x86_64-linux-
gnu/libwebkitgtk-3.0.so.0.22.17

The only difference I see are the permissions...

"/usr/lib/libwebkitgtk-3.0.so" was a typo ;), however it anyway isn't
3.0.so.0.22.17 the list command checked, it was 3.0.so. If you would run
ls -l /usr/lib/libgtk-3.so, it only tells what lib is installed, not
against what lib webkitgtk was build.

objdump -p /usr/lib/libwebkitgtk-3.0.so | grep libgtk

says against what soname, major release of libgtk webkit was build.
Since there usually is backwards-compatibility assumed, there shouldn't
be the need to compile against a special dot release of a major
release.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]