Ubuntu常见错误问题如何解决

63次阅读
没有评论

共计 3012 个字符,预计需要花费 8 分钟才能阅读完成。

这篇“Ubuntu 常见错误问题如何解决”文章的知识点大部分人都不太理解,所以丸趣 TV 小编给大家总结了以下内容,内容详细,步骤清晰,具有一定的借鉴价值,希望大家阅读完这篇文章能有所收获,下面我们一起来看看这篇“Ubuntu 常见错误问题如何解决”文章吧。

一、下载 libcap-1.8.1.tar.gz, 解压缩之后

错误1: ./configure

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.

核心错误信息为:

error: neither flex nor lex was found.

解决办法:sudo apt-get install flex bison

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:

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!

问题解决:

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 在后台运行

以上就是关于“Ubuntu 常见错误问题如何解决”这篇文章的内容,相信大家都有了一定的了解,希望丸趣 TV 小编分享的内容对大家有帮助,若想了解更多相关的知识内容,请关注丸趣 TV 行业资讯频道。

正文完
 
丸趣
版权声明:本站原创文章,由 丸趣 2023-07-14发表,共计3012字。
转载说明:除特殊说明外本站除技术相关以外文章皆由网络搜集发布,转载请注明出处。
评论(没有评论)