-
-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppImage Qt6 on clean Ubuntu 22.04 and 24.04 prints warning "Incompatible version of OpenSSL" #3174
Comments
And what is the warning |
The AppImage currently needs to build built on Ubuntu 20.04, but on theory it should work on all library versions after that. |
Is OpenSSL included in the app image like discussed in this issue? Isn't the whole point of an AppImage to have "batteries included", only libfuse2 required on the host? |
I just downloaded the latest Ubuntu 24.04 image, installed it in a VM, installed libfuse2, downloaded https://github.com/pbek/QOwnNotes/releases/download/v24.12.1/QOwnNotes-x86_64.AppImage and ran it flawlessly. And now I see what I didn't read... You are using the If you want to work on the build process in the GitHub workflow, you can do so in your fork of QOwnNotes in: QOwnNotes/.github/workflows/build-release.yml Lines 168 to 230 in 2219601
A pull request would be very much appreciated! |
Maybe also see #3074. |
Expected behaviour
Clean install of Ubuntu 22.04 and 24.04 (in this example) x64 with
libfuse2
just installed.Seems it fails to create a TLS connection due to incompatible version of OpenSSL?
Actual behaviour
Should successfully create TLS connection.
Steps to reproduce
Steps to reproduce the behavior:
sudo apt install libfuse2
chmod a+x QOwnNotes-x86_64-Qt6.AppImage
QT_DEBUG_PLUGINS=1 ./QOwnNotes-x86_64-Qt6.AppImage
Screenshots
Output from the debug section in the settings dialog
Expand
Relevant log output in the Log panel
Expand
The text was updated successfully, but these errors were encountered: