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...................
...
- 03-18-2009 #1Just 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..
-------------------------
- 03-18-2009 #2
ncurses is the C library used to render the menuconfig terminal user interface.
This should solve the problem.Code:yum install ncurses ncurses-devel ncurses-libs


Reply With Quote