Skip to content

Android Dex Linux release fails to launch on Ubuntu 26.04 due to outdated shared library dependencies #45

Description

@errorkhan404

Environment
Ubuntu 26.04 LTS
Latest Linux release from GitHub
Issue

Android Dex fails to launch because it requires older shared libraries that are not available on Ubuntu 26.04.

Error:

./android_dex_win: error while loading shared libraries: libjxl.so.0.7: cannot open shared object file: No such file or directory

Missing libraries:

libjxl.so.0.7
libjxl_threads.so.0.7
librav1e.so.0
libSvtAv1Enc.so.1

Ubuntu 26.04 includes newer versions of these libraries, so the current Linux release appears to be built against older dependencies.

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