Issue while building netty from source

我的未来我决定 提交于 2019-12-12 03:25:53

问题


When I build netty from source, the build fails at

[INFO] Netty/Transport/Native/Epoll ....................... FAILURE [ 5.927 s]

The Error message that I get is

[ERROR] Failed to execute goal org.fusesource.hawtjni:maven-hawtjni-plugin:1.10:build (build-native-lib) on project netty-transport-native-epoll: build failed: org.apache.maven.plugin.MojoExecutionException: Extracted package did not look like it contained a native source build. -> [Help 1]


回答1:


Looks like you want to compile a native library, to do so you should be under Linux and have additional libraries installed from http://netty.io/wiki/native-transports.html.



来源:https://stackoverflow.com/questions/36429663/issue-while-building-netty-from-source

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!