大家好,我是刚开始学linux的。我用的是VMware workstation7.0版本的虚拟机
安装的是rehel 的linux5操作系统
在我manke 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
我在网上搜了下。在ubunt下大家都这样弄的 sudo apt-get install ncurses-dev
但在rehel中应该怎么安装呢
linux牧童 于 2011-10-20 11:04:43发表:
谢谢,按照你的方法解决了。
gwssgc 于 2011-10-19 16:22:10发表:
[i=s] 本帖最后由 gwssgc 于 2011-10-19 16:23 编辑 [/i]
RH是YUM安装方法。“apt-get”换成“yum”
先yum search 软件名 查找有然后在执行
yum install 文件名