Find the answer to your Linux question:
Results 1 to 2 of 2
hi all i have fedora 10 2.6.27.177-fc10 i want to install 2.6.28 on it upto extraction tar file everything was ok.. but when i give #make menuconfig following errors structs................... ...
  1. #1
    Just Joined!
    Join Date
    Mar 2009
    Posts
    1

    Kernel compile problem

    hi all

    i have fedora 10
    2.6.27.177-fc10
    i want to install 2.6.28 on it

    upto extraction tar file everything was ok..

    but when i give #make menuconfig
    following errors structs...................


    ****Unable to fide ncurse libraries
    ****unable to find header file
    ****'make menuconfig ' requiers ncurse library..

    -------------------------

  2. #2
    Just Joined! deakons's Avatar
    Join Date
    Mar 2009
    Location
    New York
    Posts
    16
    ncurses is the C library used to render the menuconfig terminal user interface.

    Code:
    yum install ncurses ncurses-devel ncurses-libs
    This should solve the problem.

Posting Permissions

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