kohlschutter / junixsocket

Unix Domain Sockets in Java 7 and newer (AF_UNIX), AF_TIPC, AF_VSOCK, and more
Apache License 2.0
438 stars 114 forks source link

x86_64-MacOSX-gpp not in junixsocket-native-common-2.1.2 #59

Closed gesellix closed 5 years ago

gesellix commented 5 years ago

Since junixsocket-native-common:2.1.2 the previously provided lib/x86_64-MacOSX-gpp/jni/libjunixsocket-native-<version>.jnilib/.dylib library isn't contained anymore.

The error message looks like this:

java.lang.UnsatisfiedLinkError: Artifact junixsocket-native-common does not contain library for x86_64-MacOSX

Can you create another release including both platforms x86_64-MacOSX-gpp and amd64-Linux-gpp?

kohlschuetter commented 5 years ago

Please upgrade your dependencies to junixsocket 2.2.0; this should be fixed now.

gesellix commented 5 years ago

@kohlschuetter thanks a lot for the quick fix, I can confirm that it works on Mac OS X again.