wkit 发表于 2003-04-14 11:14

configure: error: No curses/termcap library found

各位大虾好,我在编译mysql源码时碰到如下问题,
该如何解决啊?

checking for tgetent in -ltermcap... no
checking for termcap functions library... configure: error: No curses/termcap library found

deanej 发表于 2003-04-15 20:38

configure: error: No curses/termcap library found

装 termcap啊,看来是必须的喔!

firebird 发表于 2003-04-15 22:53

configure: error: No curses/termcap library found

需要安装ncurses-5.2.tar.gz,安装好之后把安装路径设置到PATH中。
我一开始也碰到这个问题。

dwq123 发表于 2004-05-25 12:46

configure: error: No curses/termcap library found

我也遇到了这个问题,楼上的兄弟能不能说明白点:把安装路径设置到那个PATH中.谢谢赐教!

撒旦的使者 发表于 2007-12-11 16:08

虽然是老帖子了 我最近也碰到了 办法如下:
  ./configure --with-named-curses-libs=/usr/lib/libncursesw.so.5

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-16
  • 2021-06-06
  • 2022-12-23
  • 2021-06-21
  • 2021-09-04
  • 2022-12-23
相关资源
相似解决方案