读书人

编译内核-make config时分报错

发布时间: 2012-08-09 15:59:21 作者: rapoo

编译内核----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*

读书人网 >系统运维

热点推荐