Description of problem: $ java -XshowSettings:properties -version Doesn't list /usr/lib64 for aarch64 (a 64 bit architecture). This breaks libraries that attempt to load libraries via System.loadLibrary("foo") where "foo" is is /usr/lib64/libfoo.so. Version-Release number of selected component (if applicable): java-11-openjdk-11.0.11.0.9-4.fc33.aarch64 How reproducible: 100% Steps to Reproduce: 1. java -XshowSettings:properties -version Actual results: java.library.path = /usr/java/packages/lib /lib /usr/lib Expected results: java.library.path = /usr/java/packages/lib /usr/lib64 /lib64 /lib /usr/lib Additional info: Other architectures seem to be OK in this regard.
Upstream bug for this is JDK-8269668.
https://src.fedoraproject.org/rpms/java-11-openjdk/pull-request/125
FEDORA-2021-ba4886ade4 has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-ba4886ade4
FEDORA-2021-ba4886ade4 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
*** Bug 1993446 has been marked as a duplicate of this bug. ***
FEDORA-2021-fb40acc444 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2021-fb40acc444
FEDORA-2021-fb40acc444 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.