checking for termcap functions library... configure: error: No curses/termcap library found

简介:

源码编译mysql-5.1.17 软件,./configure的时候报错:

1
2
3
4
5
6
checking  for  tgetent  in  -lncursesw... no
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

解决办法:

下载安装相应软件包

一、如果你的系统是RedHat系列:

1
2
3
yum list| grep  ncurses
yum -y  install  ncurses-devel
yum  install  ncurses-devel

 

二、如果你的系统是UbuntuDebian

1
2
apt-cache search ncurses
apt-get  install  libncurses5-dev


 

待安装completed!之后,再./configure,顺利通过,然后make && make install,成功安装,一切OK~~~










本文转自 xinsir999 51CTO博客,原文链接:http://blog.51cto.com/xinsir/1746785,如需转载请自行联系原作者
目录
相关文章
x86_64-linux-gnu/libgdk-x11-2.0.so: error adding symbols: DSO missing from command line
x86_64-linux-gnu/libgdk-x11-2.0.so: error adding symbols: DSO missing from command line
251 0
configure: error: Library requirements (libpcre >= 7.8) not met
configure: error: Library requirements (libpcre >= 7.8) not met
148 0
解决办法:GTK+ 2.x symbols detected
解决办法:GTK+ 2.x symbols detected
373 0
|
NoSQL
gdb问题解决办法:no debugging symbols found
gdb问题解决办法:no debugging symbols found
217 0
|
Ubuntu
解决办法:GLib-ERROR **: Creating pipes for GWakeup: Too many open files
解决办法:GLib-ERROR **: Creating pipes for GWakeup: Too many open files
179 0
Apple Mach-O Linker Warning Directory not found解决办法
Apple Mach-O Linker Warning Directory not found解决办法
129 0
|
Ubuntu Unix Linux
成功解决ERROR: Unable to find the development tool `make` in your path; please make sure that you have t
成功解决ERROR: Unable to find the development tool `make` in your path; please make sure that you have t
成功解决ERROR: Unable to find the development tool `make` in your path; please make sure that you have t
成功解决OSError: dlopen() failed to load a library: cairo / cairo-2 / cairo-gobject-2 / cairo.so.2
成功解决OSError: dlopen() failed to load a library: cairo / cairo-2 / cairo-gobject-2 / cairo.so.2
成功解决OSError: dlopen() failed to load a library: cairo / cairo-2 / cairo-gobject-2 / cairo.so.2