-
Notifications
You must be signed in to change notification settings - Fork 414
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
App built on 18.04 not running on 22.04 -- OpenSSL missing? #568
Comments
on a second look, the issue might reside elsewhere:
from the non-showing webengineview |
I am at a loss as to why distributions think it is a good idea to do it like this. Can't they just ship both versions alongside each other for, say, 5 years, in order to provide a smooth and painless transition period before just retiring older versions? As long as they are dropping things like that, it seems like the only solution is to privately bundle everthing since you can never know when distributions stop shipping major versions of key infrastructure. |
Do you know if there have been successful attempts to run QtWebEngine-based AppImages on 22.04? |
Sorry, I don't know this. |
It's a known issue that 22.04 ships only OpenSSL 3.0 , that does not work with Qt5.
In order to make it work, i had to build it myself and link it to the Qt build.
Now, however, to make an appimage that works on all systems, i suppose i'd need to bundle openssl1.1 on the 18.04 system used for creating the appimage. How to do this? Does it require linking openssl to Qt there too?
The text was updated successfully, but these errors were encountered: