Chinaunix首页 | 论坛 | 博客
  • 博客访问: 10508818
  • 博文数量: 2905
  • 博客积分: 20098
  • 博客等级: 上将
  • 技术积分: 36298
  • 用 户 组: 普通用户
  • 注册时间: 2009-03-23 05:00
文章存档

2012年(1)

2011年(3)

2009年(2901)

分类: LINUX

2009-03-23 11:18:36

在虚拟机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包
 
阅读(1812) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~