-
|
Currently testing on a Radxa Zero 3W running the Radxa Debian OS. Ran the script and it didn't work the first time, found out there was a missing library which was installed via |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
|
Hey, thanks for pointing that out! Are you sure it was zlib1g-dev? That should only be required for building. For running the AppImage, the zlib1g runtime should be enough. Could you check if it was actually just missing zlib1g? I prefer to only install packages that are essential for running the app, I’m not a fan of adding extra packages unless they’re really needed. |
Beta Was this translation helpful? Give feedback.
This looks like an electron-builder linking issue. The -dev package only provides the unversioned libz.so symlink to libz.so.1. Could you verify whether creating the symlink manually works on your side (without installing zlib1g-dev)?
sudo ln -s /usr/lib/aarch64-linux-gnu/libz.so.1 /usr/lib/aarch64-linux-gnu/libz.so