checking for tgetent()... configure: error: NOT FOUND!

今天centos出现了下面的异常:

checking for tgetent()... configure: error: NOT FOUND!

      You need to install a terminal library; for example ncurses.

      Or specify the name of the library with --with-tlib.

这个问题的解决办法很简单,只需要安装下面的库就好了:

yum install ncurses ncurses-devel

你可能感兴趣的:(config)