unbuntu18.04安装snort问题记录
时间:2020-06-16 16:25:05
收藏:0
阅读:109
1.recipe for target ‘aclocal.m4‘ failed
sudo apt-get install autoconf automake
2.ERROR! LuaJIT library not found.
wget http://luajit.org/download/LuaJIT-2.0.5.tar.gz
tar -zxvf LuaJIT-2.0.5.tar.gz
cd LuaJIT-2.0.5/
make && sudo make install
原文:https://www.cnblogs.com/ttxs69/p/13141338.html
评论(0)