Chinaunix首页 | 论坛 | 博客
  • 博客访问: 360176
  • 博文数量: 89
  • 博客积分: 3178
  • 博客等级: 中校
  • 技术积分: 965
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-09 15:31
文章分类

全部博文(89)

文章存档

2013年(10)

2012年(33)

2011年(41)

2008年(5)

分类: LINUX

2011-04-26 16:08:32

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

参考链接:
阅读(3614) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~