Find the answer to your Linux question:
Results 1 to 3 of 3
There is a problem occured when I was compiling the kernel of linux-2.6.29(ubuntu): root@core-desktop:/usr/src/linux-2.6.29# make menuconfig *** Unable to find the ncurses libraries or the *** required header files. *** ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    2

    Smile Compiling problem!

    There is a problem occured when I was compiling the kernel of linux-2.6.29(ubuntu):
    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

    And then I entered the following command:
    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

    Is there anyone can help me? Thank you!

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Look here: Ubuntu -- Package Search Results -- ncurses

    I'm assuming you need libncurses5-dev.

  3. #3
    Just Joined!
    Join Date
    Feb 2008
    Posts
    8
    Just install ncurses package.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...