首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 系统运维 >

编译内核-make config时分报错

2012-08-09 
编译内核----make config时候报错在make menuconfig时,提示:*** Unable to find the ncurses libraries or

编译内核----make config时候报错

在make menuconfig时,提示:

*** 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] Error 1
make: *** [menuconfig] Error 2

 

执行如下命令 

apt-get install libncurses*

热点排行