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

Remove libgmodule-2.0.so from the Linux AppImage #96

Open
ketetefid opened this issue Jul 11, 2023 · 0 comments
Open

Remove libgmodule-2.0.so from the Linux AppImage #96

ketetefid opened this issue Jul 11, 2023 · 0 comments

Comments

@ketetefid
Copy link

Due to some changes in AppImage and inclusion/exclusion of some libraries, Electroncash Linux Appimage fails to run with this error:
symbol lookup error: /usr/lib64/libgio-2.0.so.0: undefined symbol: g_module_open_full

A workaround is using LD_PRELOAD to force it to use the system library:
LD_PRELOAD=/usr/lib64/libgmodule-2.0.so ./Electron-Cash-4.3.1-x86_64.AppImage

Or you could just remove it from the Appimage when packaging it. Of course, this is not a bug in Electroncash, but one in how Appimage handles the included libraries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant