AppImage / AppImage/AppImageKit
ARM and ARM64 AppImages link to libz.so instead of libz.so.1
Aperta
- Lingua principale
- Nessun dato sulla lingua
- Stelle
- 9.4k
- Fork
- 588
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.