AppImageKit icon indicating copy to clipboard operation
AppImageKit copied to clipboard

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

Open enzo1982 opened this issue 5 years ago • 3 comments

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.

enzo1982 avatar May 28 '19 14:05 enzo1982

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

TheAssassin avatar May 28 '19 15:05 TheAssassin

@azubieta can you have a look please?

TheAssassin avatar May 28 '19 19:05 TheAssassin

@TheAssassin This could be a hint to this problem: https://github.com/CollaboraOnline/richdocumentscode/issues/68#issuecomment-693432138

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

quanglam2807 avatar Nov 14 '20 08:11 quanglam2807