今天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

相关文章:

  • 2022-12-23
  • 2021-05-15
  • 2021-04-11
  • 2021-08-28
  • 2022-12-23
  • 2021-05-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
相关资源
相似解决方案