bash: autoreconf: command not found...
解决方法:yum install install autoconf automake libtool
[root@centos7-126 arp-scan]# autoreconf –install
autoreconf: 'configure.ac' or 'configure.in' is required
原因:参数不对缺少一个横杠,正确用法:cat README 复制README中的autoreconf --install
configure: error: Check that you have libpcap version 0.8 or later installed
configure: error: Check that you have libpcap version 1.5 or later installed
解决办法:
yum list | grep -i libpcap
yum install libpcap-devel -y
附:
- git clone https://github.com/royhills/arp-scan.git
- cd arp-scan
- autoreconf --install
- ./configure
- make
- make check
- make install
CentOS下arp-scan安装与配置
本文详细介绍了在CentOS系统中遇到的arp-scan安装问题及解决方案,包括解决'bash:autoreconf: command not found'错误,正确使用autoreconf命令,以及处理configure脚本错误的方法。
1559

被折叠的 条评论
为什么被折叠?



