Code Monkey home page Code Monkey logo

Comments (5)

saturneric avatar saturneric commented on May 20, 2024 1

AppImages are indeed designed to bundle most of the dependencies required to run an application. However, they might still rely on some system libraries, especially if those libraries are expected to be present on all or most target systems. OpenSSL is often one such library because it provides cryptographic functionality that many systems already have installed. You can see the Related Issue here. In your case, the AppImage might be looking for OpenSSL 1.1.1, but can't find the 64-bit version installed on your system. The search path for shared libraries could be affecting this, as you mentioned.

As for the GpgFrontend, it's offering a Flatpak Version as a workaround. Flatpak packages are another form of software distribution that include all necessary libraries, providing a more controlled environment. Since you mentioned that they will formally introduce this in v2.1.2, trying out the Flatpak version could indeed be a viable solution to your environment issues.

from gpgfrontend.

saturneric avatar saturneric commented on May 20, 2024

qt.tlsbackend.ossl: Incompatible version of OpenSSL (built with OpenSSL 1.x, runtime version is >= 3.x)

It seems that GpgFrontend is built with OpenSSL 1.1.1 but the OpenSSL version on your machine is 3.x. Could you try to install OpenSSL 1.1.1? It may help.

from gpgfrontend.

morngrar avatar morngrar commented on May 20, 2024

I'm not downgrading the system's openssl two major versions to get this app to work. I'm just curious why an appimage would need to depend on a system's dynamic libraries. I thought they are packaged with everything needed to run?

from gpgfrontend.

morngrar avatar morngrar commented on May 20, 2024

Just did a quick check, and both 3.1.3 and 1.1.1 are installed on my system, however the 32-bit version of 1.1.1 is not.

from gpgfrontend.

morngrar avatar morngrar commented on May 20, 2024

Using the flatpak completely solved the problem!

from gpgfrontend.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.