在虚拟机VirtualBox_1.5.6-1_Win_x86.msi上安装Fedora-8-i386-DVD.iso,想重新编译linux-2.6.25.4.tar.bz2但出现以下问题,步骤如下:
1. 以root身份登录;
2. 下载linux-2.6.25.4.tar.bz2到/root,解压到/usr/src;
3. cd linux-2.6.25.4;
4. make mrproper;
5. 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.
***
make[1] : *** [scripts/kconfig/dochecklxdialog] Error 1
make: *** [menuconfig] Error 2
看错误提示是说我没安装ncurses,但我用rpm -qa ncurses 检验我已经安装了ncurses-5.6-12.20070812.fc8;
最终解决办法:需要安装ncurses-devel包。