Unable to find the ncurses libraries的解决办法

简介: <div class="bct fc05 fc11 nbw-blog ztag"><div id="sina_keyword_ad_area2"> <p>我们在更新CentOS或者Ubuntu的内核时,执行make menuconfig可能看如这样的错误:</p> <p>*** Unable to find the ncurses libraries or the<br>*** requi

我们在更新CentOS或者Ubuntu的内核时,执行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.

解决办法如下:
CentOS:
yum install -y ncurses-devel

Ubuntu:
sudo apt-get insatll ncurses-dev

相关文章
解决办法:GTK+ 2.x symbols detected
解决办法:GTK+ 2.x symbols detected
348 0
|
编译器 C语言
CodeBlocks出现Can‘t find compiler executable in your search path for GNU GCC Compier错误
CodeBlocks出现Can‘t find compiler executable in your search path for GNU GCC Compier错误
433 0
CodeBlocks出现Can‘t find compiler executable in your search path for GNU GCC Compier错误
|
Ubuntu Unix Linux
成功解决ERROR: Unable to find the development tool `make` in your path; please make sure that you have t
成功解决ERROR: Unable to find the development tool `make` in your path; please make sure that you have t
成功解决ERROR: Unable to find the development tool `make` in your path; please make sure that you have t