Install Problem:
1.configure error:configure: error: Berkeley DB with 1.85 compatibility not found
sovle:install libdb4.2-dev,using Synaptic
2.configure: error: libpcap not found
sovle: install libpcap0.8-dev
3.configure: error: libnet not found
sovle: install libnet0-dev
3.configure: error: libnids not found
sovle: install libnids-dev
4.configure: error: OpenSSL not found
sovle: libssl-dev
版本兼容问题下载低版本库文件,解决arpspoof.c:25: warning: `struct ether_addr' declared inside parameter问题
libnet-1.0.2a.tar.gz
libnids-1.16.tar.gz
其中libnids安装出错,
checksum.c:33: error: syntax error before "jz"
打了patch
dsniff-2.3.tar.gz
编译出错:
./sshcrypto.c:25: error: field ‘key’ has
incomplete type
解决办法:
#include
←追加
#include
←追加
编译出错:
sshow.c: In function 'client_to_server'
解决办法:
#define CLK_TCK CLOCKS_PER_SEC
参考链接:
阅读(3692) | 评论(0) | 转发(1) |