我们在更新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
”Some Shared Libraries were not found“问题:http://www.linuxdiyf.com/linux/16675.html
sudo执行时报错error while loading shared libraries: libsasl2:http://www.linuxdiyf.com/linux/3484.html
error while loading shared libraries的解決方法:http://www.linuxdiyf.com/linux/2576.html
提示error while loading shared libraries:http://www.linuxdiyf.com/linux/1190.html