Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Run on distros < oldest Ubuntu LTS #65

Copy link
Copy link

Description

@kossebau
Issue body actions

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.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.