Hi,
I'm trying to run the latest Linux release of Android Dex on Arch Linux.
The launcher starts correctly, but the application fails to launch with the following error:
./android_dex_win: error while loading shared libraries: libjxl.so.0.7: cannot open shared object file: No such file or directory
My system provides a newer version of JPEG XL:
/usr/lib/libjxl.so.0.12
The launcher attempts to resolve dependencies automatically, but there is no package on current Arch Linux that provides libjxl.so.0.7, so the application cannot start.
It appears that the Linux binary was built against an older libjxl ABI.
Could you please:
- Rebuild the Linux binary against current system libraries, or
- Bundle the required libjxl library with the release, or
- Provide a statically linked/portable build?
Environment:
- Distribution: Arch Linux (fully updated)
- Desktop: (your desktop environment)
- Latest GitHub release (released approximately 2 weeks ago)
Thank you!
Hi,
I'm trying to run the latest Linux release of Android Dex on Arch Linux.
The launcher starts correctly, but the application fails to launch with the following error:
./android_dex_win: error while loading shared libraries: libjxl.so.0.7: cannot open shared object file: No such file or directory
My system provides a newer version of JPEG XL:
/usr/lib/libjxl.so.0.12
The launcher attempts to resolve dependencies automatically, but there is no package on current Arch Linux that provides libjxl.so.0.7, so the application cannot start.
It appears that the Linux binary was built against an older libjxl ABI.
Could you please:
Environment:
Thank you!