BewareMyPower commented on issue #23717:
URL: https://github.com/apache/pulsar/issues/23717#issuecomment-2537860114
The Netty JNI is incorrectly linked:
```bash
cf43f09c95f1:/tmp$ ldd
libnetty_tcnative_linux_aarch_6412030080574647118807.so
/lib/ld-musl-aarch64.so.1 (0xffff9501c000)
librt.so.1 => /lib/ld-musl-aarch64.so.1 (0xffff9501c000)
libdl.so.2 => /lib/ld-musl-aarch64.so.1 (0xffff9501c000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xffff94dbc000)
libc.so.6 => /lib/ld-musl-aarch64.so.1 (0xffff9501c000)
Error relocating libnetty_tcnative_linux_aarch_6412030080574647118807.so:
__getauxval: symbol not found
```
From
[here](https://github.com/grpc/grpc-java/issues/10096#issuecomment-1520411572),
> musl refuses to tell you "symbol can't be found" and instead just crashes.
With glibc these issues are caught and handled.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]