Skip to content
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

Closed
Juankz opened this issue Jun 28, 2018 · 10 comments
Closed

symbol lookup error libgnutls in SolusOS #4

Juankz opened this issue Jun 28, 2018 · 10 comments
Assignees
Labels
confirmed-bug Issues with confirmed bugs fixed Issues that fixed and released

Comments

@Juankz
Copy link

Juankz commented Jun 28, 2018

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

@ShockwaveNN
Copy link
Contributor

Can confirm on latest Solus Budgie

@ShockwaveNN ShockwaveNN added the confirmed-bug Issues with confirmed bugs label Jun 28, 2018
agolybev added a commit that referenced this issue Jun 28, 2018
@probonopd
Copy link

However isn't it supposed that appimage bundle all neccesary dependencies?)

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 libkeyutils.so.1 to be part of each target system (distribution), and apparently this seems to hold true for most indeed.

@probonopd
Copy link

probonopd commented Jun 28, 2018

undefined symbol: __gmpn_cnd_sub_n

Seems to have to do with libgmp.so.10? This is discussed in #3

@agolybev
Copy link
Contributor

agolybev commented Jun 28, 2018

Hi @probonopd, I've added libgmp10 dependency but got another dependency problem:

We have to discuss about it with AppImages developers.

@probonopd
Copy link

but got another dependency problem

Can you describe the problem please? We assume the libraries listed there to come with the target systems (distributions).

@agolybev
Copy link
Contributor

@probonopd, Is exists a way to use local excludelist and excludedeblist to check solution?

@probonopd
Copy link

I think you'd need to edit the scripts a bit.

@agolybev
Copy link
Contributor

Hi @probonopd, I've made pull requests to fix this issue:
AppImageCommunity/pkg2appimage#338
#5

@ShockwaveNN
Copy link
Contributor

@agolybev Still actual with https://github.com/ONLYOFFICE/appimage-desktopeditors/releases/tag/v5.1.29-2
./DesktopEditors: symbol lookup error: /usr/lib/libgnutls.so.30: undefined symbol: __gmpn_cnd_sub_n

@ShockwaveNN
Copy link
Contributor

Rechecked latest AppImage with latest image of Solus - everything seems fine
I'm closing this issue

@ShockwaveNN ShockwaveNN added the fixed Issues that fixed and released label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed-bug Issues with confirmed bugs fixed Issues that fixed and released
Projects
None yet
Development

No branches or pull requests

4 participants