Skip to content

Run on distros < oldest Ubuntu LTS #65

Description

@kossebau

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:

mkdir linuxdeploy
cd linuxdeploy/
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
chmod +x linuxdeploy-x86_64.AppImage 
./linuxdeploy-x86_64.AppImage --appimage-extract
squashfs-root/AppRun 

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions