使用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.
解析
根据错误报告是缺少Ncurses库,需要安装该库。
解决:
本以为按照网络上的apt-get install libncurses5-dev安装后,就可以了。
但是安装时
root@ljf-desktop:/opt/LJF/linux-2.6.30.4# apt-get insatll ncurses-dev
E: 无效的操作 insatll
E: 无效的操作 insatll
经查资料得
apt-get install libncurses*
就可以了