Chinaunix首页 | 论坛 | 博客
  • 博客访问: 246073
  • 博文数量: 33
  • 博客积分: 246
  • 博客等级: 二等列兵
  • 技术积分: 918
  • 用 户 组: 普通用户
  • 注册时间: 2012-08-31 16:37
文章分类

全部博文(33)

文章存档

2014年(4)

2013年(7)

2012年(22)

分类: LINUX

2012-09-07 22:36:46

平台: oracle virtualbox + ubuntu 11.04.
问题: 执行 make menuconfig 报错.
  1. root@hunk-VirtualBox:/usr/src/linux-3.4.10# make menuconfig
  2.  *** Unable to find the ncurses libraries or the
  3.  *** required header files.
  4.  *** 'make menuconfig' requires the ncurses libraries.
  5.  ***
  6.  *** Install ncurses (ncurses-devel) and try again.
  7.  ***
  8. make[1]: *** [scripts/kconfig/dochecklxdialog] Error 1
  9. make: *** [menuconfig] Error 2

原因: 确实 ncurse-devel 库.
 
解决:执行 sudo apt-get install libncurses5-dev 命令, 安装缺乏的库.就OK.
阅读(2089) | 评论(0) | 转发(0) |
0

上一篇:USB通信流

下一篇:VirtualBox虚拟vdi磁盘扩容

给主人留下些什么吧!~~