stack_wallet icon indicating copy to clipboard operation
stack_wallet copied to clipboard

Bug: version 2.4.x AppImage can only be run in Ubuntu 24.04. Missing GLIBC_2.38

Open knightcraw opened this issue 1 month ago • 0 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

$ ./sw-v2.4.1-linux.AppImage ./stack_wallet: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38' not found (required by ./stack_wallet) ./stack_wallet: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38' not found (required by /tmp/.mount_sw-v2.emFnBH/lib/libjsoncpp.so.1) ./stack_wallet: /lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.32' not found (required by /tmp/.mount_sw-v2.emFnBH/lib/libdesktop_drop_plugin.so) ./stack_wallet: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.38' not found (required by /tmp/.mount_sw-v2.emFnBH/lib/libflutter_secure_storage_linux_plugin.so)

Expected Behavior

Stack Wallet runs without issue.

Reproduce Steps

Run AppImage app in any OS other than Ubuntu 24.04

Environment

  • Operating system and version: Ubuntu 22.04.5
  • Device platform and version:
  • Real device or emulator/simulator:

Logs

No response

Further Information

AppImage has reduce by 100MB for version 2.4.x. GLIBC_2.38 is still new and not available for most of current Linux distributions. Not include them in AppImage seems to defeat the purpose of running AppImage.

knightcraw avatar Nov 09 '25 18:11 knightcraw