解决centos编译内核Unable to find the Ncurses libraries 错误 发表于 2011-08-13 更新于 2026-03-03 分类于 技术分享 解决办法: 1yum install ncurses ncurses-devel 即可解决问题,ncurses是编译内核时显示图形界面的必须元素, 所以没有的话就会报错.