编译 snort 2.9.8.2:错误!找不到 dnet 标头

SuB*_*SuB 5 compiling 16.04 snort

我正在 Ubuntu 16.04 上编译 Snort 2.9.8.2。当我运行时显示./configure以下错误:

   ERROR!  dnet header not found, go get it from
   http://code.google.com/p/libdnet/ or use the --with-dnet-*
   options, if you have it installed in an unusual place
Run Code Online (Sandbox Code Playgroud)

安装libdnet-dev并没有解决问题。Ubuntu的官方存储库中有这个头文件吗?

小智 10

我的 SNORT 安装问题已通过安装解决libdumbnet-dev

apt-get install libdumbnet-dev
Run Code Online (Sandbox Code Playgroud)

来源