-
Notifications
You must be signed in to change notification settings - Fork 9
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
symbol lookup error libgnutls in SolusOS #4
Comments
Can confirm on latest Solus Budgie |
No, the AppImage is supposed to bundle those dependencies that cannot reasonably be expected to come in the default installation of the major Linux distributions in a recent enough version. According to https://github.com/AppImage/AppImages/blob/master/excludelist we are currently assuming |
Seems to have to do with |
Hi @probonopd, I've added
We have to discuss about it with AppImages developers. |
Can you describe the problem please? We assume the libraries listed there to come with the target systems (distributions). |
@probonopd, Is exists a way to use local |
I think you'd need to edit the scripts a bit. |
Hi @probonopd, I've made pull requests to fix this issue: |
@agolybev Still actual with https://github.com/ONLYOFFICE/appimage-desktopeditors/releases/tag/v5.1.29-2 |
Rechecked latest AppImage with latest image of Solus - everything seems fine |
Trying to use appimage of desktop editors in Solus OS. Does not run.
At first it shows:
./DesktopEditors: error while loading shared libraries: libkeyutils.so.1: cannot open shared object file: No such file or directory
Which can be easily solved by installing keyutils. (However isn't it supposed that appimage bundle all neccesary dependencies?). Well never mind, then trying to run it again but throws:
./DesktopEditors: symbol lookup error: /usr/lib/libgnutls.so.30: undefined symbol: __gmpn_cnd_sub_n
And I'm stuck in there.
Probably related to #3
The text was updated successfully, but these errors were encountered: