The problem when use CENTOS5 to build kernel or busybox
Step 1. Questions about Ncurses.h:no such file or directory errors in CentOS http://blog.sina.com.cn/s/blog_9f1c09310101a668.html
The reason is that the system is not installed ncurses This library function, from the Internet to find a way to solve this problem on the CentOS installation method:
Yum install ncurses-devel ncurses
Step 2. (Skip it if step 1 success.)
Public key for mysql....rpm are not installed http://my.oschina.net/u/555639/blog/398377
When I exucute "Yum install Ncurses-devel ncurses", it shown this: "Public key for xxx.rpm (I didn ' t remember the NAM e) is not installed ".Then I excute "rpm--import/etc/pki/rpm-gpg/rpm-gpg-key-centos-5" to import the KEY and then
exucute "Yum install Ncurses-devel ncurses" again, the tool installed successfully.Then I ' Make Menuconfig ' in BusyBox or Linux kernel source code, it works OK.
Centos:make menuconfig error:curses.h:no such file or directory