Is there an existing issue for this?
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.
Is there an existing issue for this?
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: versionGLIBC_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: versionGLIBC_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
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.