[root@localhost kernel]# 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
解决:
[root@localhostkernel]# yum install ncurses*

本文介绍了解决在使用make menuconfig时遇到的ncurses库缺失问题的方法。当尝试配置Linux内核时,可能会遇到无法找到ncurses库或所需头文件的错误提示。为解决此问题,可通过yum安装ncurses相关软件包。
1181





