Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Same version of netty-tcnative tries to link against different openssl versions on x86 and ARM #722

Open
sqshq opened this issue Apr 21, 2022 · 0 comments

Comments

@sqshq
Copy link

sqshq commented Apr 21, 2022

We are using the following netty-tcnative jars based on the target platform:

io.netty:netty-tcnative:jar:linux-x86_64-fedora:2.0.48.Final
io.netty:netty-tcnative:jar:linux-aarch_64-fedora:2.0.48.Final

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant