Chinaunix首页 | 论坛 | 博客
  • 博客访问: 237142
  • 博文数量: 22
  • 博客积分: 592
  • 博客等级: 中士
  • 技术积分: 344
  • 用 户 组: 普通用户
  • 注册时间: 2009-12-22 14:49
文章分类

全部博文(22)

文章存档

2013年(2)

2012年(6)

2011年(14)

我的朋友

分类: LINUX

2011-05-24 11:26:08

今天刚装了系统(ubuntu10.04)编译内核时出现错误,错误提示如下:
 *** Unable to find the ncurses libraries or the
 *** required header files.
 *** 'make menuconfig' requires the ncurses libraries.
 ***
 *** Install ncurses (ncurses-devel) and try again.
 ***
make[1]: *** [scripts/kconfig/dochecklxdialog] 错误 1
make: *** [menuconfig] 错误 2


解决办法:
sudo apt-get install libncurses*
  

阅读(2417) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~