美文网首页
1.1 Unable to find the ncurses l

1.1 Unable to find the ncurses l

作者: 文东之名 | 来源:发表于2017-05-16 10:45 被阅读0次

我们在更新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.

解决办法如下:

1. 安装ncurses

          CentOS:

               yum install -y ncurses-devel

       Ubuntu:

               sudo apt-get insatll ncurses-dev

               或者sudo apt-get install libncurses5-dev

2.切换到root用户

相关文章

网友评论

      本文标题:1.1 Unable to find the ncurses l

      本文链接:https://www.haomeiwen.com/subject/buxlxxtx.html