※this text from livedoor blog 2009/10/26
CentOS 5でMySQL5.1.30をソースからinstallしようとしたら./configureでエラー
checking for wcsdup... yes
checking for mbstate_t... yes
checking for nl_langinfo and CODESET... yes
checking for tgetent in -lncurses... no
checking for tgetent in -lcurses... no
checking for tgetent in -ltermcap... no
checking for tgetent in -ltinfo... no
checking for termcap functions library... configure: error: No curses/termcap library found
これで解決
$ sudo yum install ncurses-devel