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

简介:

在编译MySQL时./configure --prefix=DIR如果出现了以下错误:
checking for tgetent in -ltermcap... no
checking for termcap functions library... configure: error: No curses/termcap library found


说明 curses/termcap 库没有安装
编译安装ncurses-5.7.tar.gz,
wget ftp://invisible-island.net/ncurses/ncurses-5.7.tar.gz 
tar zxvf ncurses-5.7.tar.gz
cd ncurses-5.7
./configure -prefix=/usr/local -with-shared -without-debug
make
make install clean

相关文章
|
C语言
These critical programs are missing or too old: gawk bison
These critical programs are missing or too old: gawk bison
1083 0
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
196 0
MAC编译lame ld: symbol(s) not found for architecture x86_64/_lame_init_old“, referenced from
MAC编译lame ld: symbol(s) not found for architecture x86_64/_lame_init_old“, referenced from
214 0
configure: error: Library requirements (libpcre >= 7.8) not met
configure: error: Library requirements (libpcre >= 7.8) not met
107 0
|
C语言
configure:3855: gcc -V >&5 gcc: error: unrecognized command line option '-V'
configure:3855: gcc -V >&5 gcc: error: unrecognized command line option '-V'
532 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