You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/06/21 23:28:13 UTC

[GitHub] ascrutae edited a comment on issue #1379: Unable to load the library 'org_apache_skywalking_apm_dependencies_netty_tcnative_osx_x86_64'

ascrutae edited a comment on issue #1379: Unable to load the library 'org_apache_skywalking_apm_dependencies_netty_tcnative_osx_x86_64'
URL: https://github.com/apache/incubator-skywalking/issues/1379#issuecomment-399274135
 
 
   @liuhaoyang  Could you add the following line to the `netty-tcnative-boringssl-static` dependency package in  pom.xml of `apm-network` project and then repackage and try it.
   ```
   <classifier>${os.detected.classifier}</classifier>
   ```
   
   and Here is the example
   ```
   <dependency>
        <groupId>io.netty</groupId>
        <artifactId>netty-tcnative-boringssl-static</artifactId>
        <version>2.0.7.Final</version>
        <classifier>${os.detected.classifier}</classifier>
   </dependency>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services