Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM and ARM64 AppImages link to libz.so instead of libz.so.1 #964

Open
enzo1982 opened this issue May 28, 2019 · 3 comments
Open

ARM and ARM64 AppImages link to libz.so instead of libz.so.1 #964

enzo1982 opened this issue May 28, 2019 · 3 comments

Comments

@enzo1982
Copy link

This seems to be a problem with the AppImage loader. The ARM and ARM64 variants link to libz.so instead of libz.so.1, so e.g. on Ubuntu you need to install zlib1g-dev in order to run any AppImage.

The i686 and AMD64 variants correctly link to libz.so.1 and don't depend on a zlib dev package.

You can verify/reproduce this with the appimagetool packages.

@TheAssassin
Copy link
Member

Interesting bug you found there, thanks for testing. Shouldn't be overly hard to fix.

@TheAssassin
Copy link
Member

@azubieta can you have a look please?

@quanglam2807
Copy link

@TheAssassin This could be a hint to this problem: CollaboraOnline/richdocumentscode#68 (comment)

I have to build the arm64 AppImage on x64 CI as ARM64 CI is not available. Is there a solution for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants