My AppImage (see the recipe in attachment) is executable only on the build machine.
If I try to run on other OS or machine, I got the error APPRUN_ERROR: No such file or directory.
In the AppRun.env file, the last line is APPDIR_LIBC_LINKER_PATH={'lib/ld-linux-aarch64.so.1'}
It's refer to a symlink who points to aarch64-linux-gnu/ld-2.31.so, a broken symlink who points to ld-2.31.so, but the right of location of ld-2.31.so is runtime/compact/lib/aarch64-linux-gnu/ld-2.31.so.
How to fix this ?
OS : Raspberry Pi OS
architecture : arm64 (aarch64)
appimage-builder version : latest pip standard installation
AppImageBuilder.yml.txt
AppRun.env.txt
My AppImage (see the recipe in attachment) is executable only on the build machine.
If I try to run on other OS or machine, I got the error
APPRUN_ERROR: No such file or directory.In the AppRun.env file, the last line is
APPDIR_LIBC_LINKER_PATH={'lib/ld-linux-aarch64.so.1'}It's refer to a symlink who points to
aarch64-linux-gnu/ld-2.31.so, a broken symlink who points told-2.31.so, but the right of location ofld-2.31.soisruntime/compact/lib/aarch64-linux-gnu/ld-2.31.so.How to fix this ?
OS : Raspberry Pi OS
architecture : arm64 (aarch64)
appimage-builder version : latest pip standard installation
AppImageBuilder.yml.txt
AppRun.env.txt