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
The invocation of AppRun yields only these error messages:
squashfs-root/AppRun: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by squashfs-root/AppRun)
squashfs-root/AppRun: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by squashfs-root/AppRun)
squashfs-root/AppRun: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by squashfs-root/AppRun)
squashfs-root/AppRun: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by squashfs-root/AppRun)
squashfs-root/AppRun: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by squashfs-root/AppRun)
squashfs-root/AppRun: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /linuxdeploy/squashfs-root/usr/bin/../lib/liblinuxdeploy_desktopfile.so)
squashfs-root/AppRun: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by /linuxdeploy/squashfs-root/usr/bin/../lib/liblinuxdeploy_desktopfile.so)
squashfs-root/AppRun: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.5' not found (required by /linuxdeploy/squashfs-root/usr/bin/../lib/liblinuxdeploy_desktopfile.so)
squashfs-root/AppRun: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /linuxdeploy/squashfs-root/usr/bin/../lib/libpng12.so.0)
squashfs-root/AppRun: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /linuxdeploy/squashfs-root/usr/bin/../lib/libjpeg.so.8)
Given CentOS 6 has EOL 30 Nov 2020, and CentOS is still recommended on some parts of the AppImage wiki as proper base for creating appimages, would be nice to have linuxdeploy also run there.
linuxdeploy-x86_64.AppImage as downloaded today does not run on CentOS 6.10 (docker container), seems to be missing matching glibc(xx)?
What I did:
The invocation of
AppRunyields only these error messages:Given CentOS 6 has EOL 30 Nov 2020, and CentOS is still recommended on some parts of the AppImage wiki as proper base for creating appimages, would be nice to have linuxdeploy also run there.