You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried building OpenSSL-Static with Visual Studio 2019 but I end up 213KB netty_tcnative.dll file and when I load it using System.load(String), I get: Exception in thread "main" java.lang.UnsatisfiedLinkError: ... : Can't find dependent libraries.
Also to build OpenSSL-Static on Windows, I have to add <arg line="Configure VC-WIN64A --prefix=${sslHome} --openssldir=${opensslHome}" /> where opensslHome points to a directory inside target. So this also needs to be fixed in separate PR.
The text was updated successfully, but these errors were encountered:
Sorry but we don't currently support these on windows... If you can make it work I am happy to merge a PR tho. For windows we support the openssl-dynamic and boringssl-static libs.
I tried building OpenSSL-Static with Visual Studio 2019 but I end up 213KB
netty_tcnative.dll
file and when I load it usingSystem.load(String)
, I get:Exception in thread "main" java.lang.UnsatisfiedLinkError: ... : Can't find dependent libraries
.Also to build OpenSSL-Static on Windows, I have to add
<arg line="Configure VC-WIN64A --prefix=${sslHome} --openssldir=${opensslHome}" />
whereopensslHome
points to a directory insidetarget
. So this also needs to be fixed in separate PR.The text was updated successfully, but these errors were encountered: