https://bugs.kde.org/show_bug.cgi?id=395201

            Bug ID: 395201
           Summary: SSL broken in 5.9.0 AppImage bundle
           Product: digikam
           Version: 5.9.0
          Platform: Debian stable
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: Bundle-AppImage
          Assignee: digikam-bugs-n...@kde.org
          Reporter: jgoer...@complete.org
  Target Milestone: ---

While using the AppImage bundle from
https://download.kde.org/stable/digikam/digikam-5.9.0-01-x86-64.appimage, I was
unable to upload to Flickr due to SSL errors.

There would be a bunch of "cannot resolve" errors such as:

qt.network.ssl: QSslSocket: cannot resolve CRYPTO_num_locks

Followed by "Incompatible version of OpenSSL"

Some digging produced
https://github.com/Subsurface-divelog/subsurface/issues/779#issuecomment-342206044,
which contained this hint: "Something causes libcrypto.so.1.0.1e to be
searched, and since we do not bundle this version inside the AppImage, the
libcrypto from the base system gets loaded instead of the bundled version,
which leads to an OpenSSL version mismatch."

A workaround for this bug, which successfullly caused it to work for me, was to
run the appimage under Firejail, with this in my digikam.local:

blacklist /usr/lib/x86_64-linux-gnu/libssl*
blacklist /usr/lib/x86_64-linux-gnu/libcrypto*

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to