下面来运行make xconfig,依然是之前的error,显然是没安装QT3,
对次,安装QT3库
apt-get install libqt3-headers libqt3-mt-dev
apt-get install libqt3-compat-headers
到此,执行make xconfig,即可
我们在更新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
本文介绍了解决在CentOS和Ubuntu上配置内核时遇到的ncurses库缺失问题的方法,包括安装必要的软件包如ncurses-dev、build-essential、kernel-package等,并提供了具体的命令示例。
1万+

被折叠的 条评论
为什么被折叠?



