Skip to content

Linux build fails on modern Arch Linux: libjxl.so.0.7 dependency prevents application from launching #43

Description

@ZynDaredevil-1089

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions