码迷,mamicode.com
首页 > 其他好文 > 详细

解决Error opening terminal: xterm.的错误

时间:2014-09-27 00:06:48      阅读:221      评论:0      收藏:0      [点我收藏+]

标签:ar   sp   问题   on   c   r   bs   file   har   

执行make menuconfig 时遇到Error opening terminal: xterm.的错误

解决方法:

$echo $TERM

xterm

$echo $TERMINFO

空的

 

问题就出在TERMINFO变量为空值,正常应该设置为xterm所在的目录

$whereis terminfo 

terminfo: /etc/terminfo /lib/terminfo /usr/share/terminfo /usr/share/man/man5/terminfo.5.gz

找到xterm在/lib/terminfo/x/目录下

$sudo vi /etc/profile

在尾部增加如下命令
export TERMINFO=/lib/terminfo/


$source /etc/profile生效,问题解决

 

解决Error opening terminal: xterm.的错误

标签:ar   sp   问题   on   c   r   bs   file   har   

原文地址:http://www.cnblogs.com/caoyongan/p/3995657.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!