[Bug 1056494] Re: QtWebKit should have libssl in its depends list

Steve Langasek steve.langasek at canonical.com
Wed Sep 26 17:13:00 UTC 2012


QtWebKit doesn't use libssl, so should not depend on it.  It only uses
the QSslSocket interface from libQtNetwork.

libqt4-network appears to use dlopen() for libssl instead of linking
against it.  This is highly inadvisable; it seems to use a glob of
'libssl.*' to find the library, which could easily cause ABI-related
skew (and segfaults).  libQtNetwork should really be dynamically linked
against libssl instead.  But in any event, the libqt4-network package
should have a dependency on libssl.

** Package changed: qtwebkit-source (Ubuntu) => qt4-x11 (Ubuntu)

** Changed in: qt4-x11 (Ubuntu)
       Status: Confirmed => Triaged

** Changed in: qt4-x11 (Ubuntu)
   Importance: Undecided => Medium

** Summary changed:

- QtWebKit should have libssl in its depends list
+ libqt4-network should have libssl in its depends list

** Also affects: qt4-x11 (Ubuntu Precise)
   Importance: Undecided
       Status: New

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/1056494

Title:
  libqt4-network should have libssl in its depends list

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/1056494/+subscriptions




More information about the kubuntu-bugs mailing list