http://blog.csdn.net/cumirror/archive/2 ... 94283.aspx
这是我在UBUNTU下编译安装wireshark后写的一篇文章,供大家参考。
里面有涉及到遇到下面两个问题的解决方法。
1.configure: error: I couldn't find yacc (or bison or ...); make sure it's installed and in your path
2.configure: error: Header file pcap.h not found; if you installed libpcap from source, did you also do "make install-incl", and if you installed a binary package of libpcap, is there also a developer's package of libpcap
ubuntu下的wireshark编译安装
-
- 帖子: 9
- 注册时间: 2009-07-12 14:36
- 联系:
-
- 帖子: 295
- 注册时间: 2009-05-20 18:26
Re: ubuntu下的wireshark编译安装
sudo apt-get install wireshark有问题吗?我一直在用啊
-
- 帖子: 9
- 注册时间: 2009-07-12 14:36
- 联系:
Re: ubuntu下的wireshark编译安装
没有尝试那样安装,编译安装安觉对程序理解得更深点。