wildfly-security / wildfly-openssl

Generic OpenSSL bindings for Java
Apache License 2.0
81 stars 72 forks source link

Failed to build 2.x version due to lack of wildfly-openssl-linux-aarch64 souce code #94

Open Weizhuo-Zhang opened 3 years ago

Weizhuo-Zhang commented 3 years ago

Enviroment: Linux aarch64 It seems that wildfly-openssl-linux source code has been removed since 2.x version by providing central maven jar directly. And there is no aarch64 version in central maven. How can we build for aarch64? Or how can we get the corresponding wildfly-openssl-linux source code? So we can build those tar by ourselves.

jstourac commented 3 years ago

Hi @Weizhuo-Zhang, since 2.0 the source code has been divided into two separate repositories. Repository with native oriented source code can be found here https://github.com/wildfly-security/wildfly-openssl-natives.

Edit: I've created https://github.com/wildfly-security/wildfly-openssl/issues/95.