分页: 1 / 1

编译问题!

发表于 : 2009-04-03 20:35
jfpu
我在编译2.6.29内核时出现以下问题:
root@core-desktop:/usr/src/linux-2.6.29# 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

之后我在/usr/src/目录下运行:
root@core-desktop:/usr/src/linux-2.6.29# apt-get install ncurses
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package ncurses is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ncurses has no installation candidate

该如何解决这个问题? 请高手指点迷津! 谢谢

Re: 编译问题!

发表于 : 2009-04-03 20:50
HuntXu
aptitude search ncurses

Re: 编译问题!

发表于 : 2009-04-04 15:51
kelen
检查你的源. 把官方的源加上吧. 这样保险点, (虽然有点慢).