Ambitie opened a new issue, #9151: URL: https://github.com/apache/rocketmq/issues/9151
### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment OS: Rocky linux 9 ARM64 硬件: 香橙派5 plus 64G 内存 256G emmc版本 ### RocketMQ version branch: 5.3.1 ### JDK Version Compiler: Alibaba Dragonwell Extended Edition 8.20.21 ARM ### Describe the Bug 当启动Broker+Proxy时,报错,无法启动 ``` Exception in thread "main" java.lang.UnsatisfiedLinkError: failed to load the required native library ``` 你们找了libnetty_tcnative_linux_aarch_64_fedora.so 、libnetty_tcnative_aarch_64.so 、libnetty_tcnative.so 。 但是你们maven的编译产物的jar中 ,只有libnetty_tcnative_linux_aarch_64.so ### Steps to Reproduce 按照[官网说明](https://rocketmq.apache.org/zh/docs/quickStart/01quickstart/) 下载源码,编译,启动NameServer,启动Broker+Proxy,启动失败。 ### What Did You Expect to See? 正确的在arm64版本上运行 ### What Did You See Instead? 修正你们的文档,说明你们根本不支持在arm64上运行 ### Additional Context _No response_ -- 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: commits-unsubscr...@rocketmq.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org