一、下载 http://www.tcpdump.org/#latest-release,下载libcap-1.8.1.tar.gz, 解压缩之后
错误1: ./configure
?
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 |
checking for getifaddrs... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for socklen_t... yes
checking for getaddrinfo... yes
checking whether to build optimizer debugging code... no
checking whether to build parser debugging code... no
checking whether we have dag api headers... no
checking whether we have septel api headers... no
checking whether we have myricom sniffer api... no
checking whether turbocap is supported... no
checking for flex... no
checking for lex... no
configure: error: neither flex nor lex was found. |
核心错误信息为:
?
|
1 |
error: neither flex nor lex was found. |
解决办法: sudo apt-get install flex bison
?
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 |
reading package lists... done
building dependency tree
reading state information... done
the following package was automatically installed and is no longer required:
linux-image-extra-4.4.0-34-generic
use 'sudo apt autoremove' to remove it.
the following additional packages will be installed:
libbison-dev libfl-dev
suggested packages:
bison-doc
the following new packages will be installed:
bison flex libbison-dev libfl-dev
0 upgraded, 4 newly installed, 0 to remove and 7 not upgraded.
need to get 900 kb of archives.
after this operation, 2,692 kb of additional disk space will be used.
do you want to continue? [y/n] y
get:1 http://mirrors.aliyun.com/ubuntu xenial/main amd64 libfl-dev amd64 2.6.0-11 [12.5 kb]
get:2 http://mirrors.aliyun.com/ubuntu xenial/main amd64 flex amd64 2.6.0-11 [290 kb]
get:3 http://mirrors.aliyun.com/ubuntu xenial/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1 [338 kb]
get:4 http://mirrors.aliyun.com/ubuntu xenial/main amd64 bison amd64 2:3.0.4.dfsg-1 [259 kb]
fetched 900 kb in 1s (518 kb/s)
selecting previously unselected package libfl-dev:amd64. |
然后输入==> sudo make install , 进行安装
错误2:
?
|
1
2
3
4
5
6
7
8
9
10
11 |
checking for gcc... gcc
checking whether the c compiler works... yes
checking for c compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the gnu c compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept iso c89... none needed
checking for pcap_open_live in -lpcap... no
error: pcap library not found! |
问题解决:
?
|
1 |
sudo apt-get install libsqlite3-dev libpcap-dev |
然后重新尝试新的命令,即可解决上述错误
二、中文模式下切换回英文模式?
修改/etc/default/locale文件的语言值。
将lang zh_cn.utf-8修改为en_us.utf-8 , language zh_cn:zh修改为en_us:en
三、英文模式下开机自动启动ibus中文输入法。
英文模式下,ibus不能自动启动。每次输入中文都得手动启动。这个让人不能接受。google一下,两种方法。
方法1:system settings->languange-support->keyboard input method system ->ibus
这种方法我没试验成功。如图所示,选择了没有保存按钮。我以为是默认保存的。但是关了在打开发现还是没有选择上。有可能语言包没有按完整的语言,每次进入语言设置,都会提示语言包没有安装完整。
方法2:添加ibus设置为开机启动的应用
system->preferences->startup application
-d 的意思是让ibus在后台运行
总结
以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作能带来一定的帮助,如果有疑问大家可以留言交流。
相关文章
猜你喜欢
- 64M VPS建站:怎样选择合适的域名和SSL证书? 2025-06-10
- 64M VPS建站:怎样优化以提高网站加载速度? 2025-06-10
- 64M VPS建站:是否适合初学者操作和管理? 2025-06-10
- ASP.NET自助建站系统中的用户注册和登录功能定制方法 2025-06-10
- ASP.NET自助建站系统的域名绑定与解析教程 2025-06-10
TA的动态
- 2025-07-10 怎样使用阿里云的安全工具进行服务器漏洞扫描和修复?
- 2025-07-10 怎样使用命令行工具优化Linux云服务器的Ping性能?
- 2025-07-10 怎样使用Xshell连接华为云服务器,实现高效远程管理?
- 2025-07-10 怎样利用云服务器D盘搭建稳定、高效的网站托管环境?
- 2025-07-10 怎样使用阿里云的安全组功能来增强服务器防火墙的安全性?
快网idc优惠网
QQ交流群
您的支持,是我们最大的动力!
热门文章
-
2025-05-25 82
-
2025-05-29 50
-
2025-05-29 39
-
2025-05-27 79
-
2025-05-29 101
热门评论



