You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/11/27 01:18:32 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2087: CSE v2.5.3 Startup on the ARM error,could not load a native library: netty_tcnative

liubao68 commented on issue #2087:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2087#issuecomment-734524854


   
   tcnativ 需要升级到 2.0.31以上版本,才支持 ARM 
   
   ```
         <dependency>
           <groupId>io.netty</groupId>
           <artifactId>netty-tcnative-boringssl-static</artifactId>
           <version>${tcnetty.version}</version>
         </dependency>
   ```
   
   这个版本已经不再提供三方件升级, 建议及时升级到 servicecomb 2.1.2及其以上版本。 


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org