-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Description
If there are 2 versions of a library for linux-x86-64
, one for glibc
and one for musl
then I can't add both to the classpath. A typical Linux distribution with musl
is the popular Alpine Linux.
This result then to the typical error:
java.lang.UnsatisfiedLinkError: Error loading shared library libgcc_s.so.1: No such file or directory (needed by /home/cowork/.cache/JNA/temp/jna11787778965949199194.tmp)
at com.sun.jna.Native.open(Native Method)
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:300)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:481)
at com.sun.jna.Library$Handler.<init>(Library.java:197)
at com.sun.jna.Native.load(Native.java:618)
Please add support for both variants on loading from classpath. Or are there any other workarounds?
Metadata
Metadata
Assignees
Labels
No labels