You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: