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
Everything works fine on x86, but on ARM tcnative fails with the following error:
Suppressed: java.lang.UnsatisfiedLinkError: /tmp/libnetty_tcnative_linux_aarch_6415482405346319424586.so: libssl.so.1.1: cannot open shared object file: No such file or directory
This can be solved either by installing openssl11-libs or openssl11 , but due to our security requirements, we should link against openssl v1.0.x. My question is why tcnative behaves differently on these platforms and how can we make it work against v1.0.x on ARM?
The text was updated successfully, but these errors were encountered:
We are using the following
netty-tcnative
jars based on the target platform:Everything works fine on x86, but on ARM tcnative fails with the following error:
This can be solved either by installing
openssl11-libs
oropenssl11
, but due to our security requirements, we should link against openssl v1.0.x. My question is why tcnative behaves differently on these platforms and how can we make it work against v1.0.x on ARM?The text was updated successfully, but these errors were encountered: