BewareMyPower commented on issue #23717:
URL: https://github.com/apache/pulsar/issues/23717#issuecomment-2537969595
```
~ # apk add libc6-compat libuuid libgcc
(1/1) Installing libuuid (2.40.1-r1)
OK: 138 MiB in 30 packages
~ # ldd META-INF/native/libnetty_tcnative_linux_aarch_64.so
/lib/ld-musl-aarch64.so.1 (0xffff9c053000)
librt.so.1 => /lib/ld-musl-aarch64.so.1 (0xffff9c053000)
libdl.so.2 => /lib/ld-musl-aarch64.so.1 (0xffff9c053000)
libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0xffff9bdf3000)
libc.so.6 => /lib/ld-musl-aarch64.so.1 (0xffff9c053000)
Error relocating META-INF/native/libnetty_tcnative_linux_aarch_64.so:
__getauxval: symbol not found
```
These extra dependencies don't work. Actually for 2.0.66, I only need to
install `gcc` and `gcompact` to make it work
--
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]