解决ERROR! dnet header not found 发表于 2013-07-29 更新于 2026-03-03 分类于 技术分享 编译安装snort出现错误: 123ERROR! dnet header not found, go get it fromhttp://code.google.com/p/libdnet/ or use the --with-dnet-*options, if you have it installed in an unusual place 解决办法是去http://code.google.com/p/libdnet/ 下载 libdnet-1.12.tgz. 然后: 1234tar -zxvf libdnet-1.12.tgzcd libdnet-1.12./configuremake && make install 重新编译错误消失!!