Chinaunix

标题: configure: error: No curses/termcap library found [打印本页]

作者: jsjzhang    时间: 2008-03-27 20:09
标题: configure: error: No curses/termcap library found
今天在ubuntu下编译mysql时出现如下的错误

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


解决方法:
安装 libncurses5-dev 后得以解决


apt-get install libncurses5-dev



2.depcomp: line 512: exec: g++: not found

解决方法

apt-get install g++
make clean
make distclean

并且重新运行
./configure 参数省略
make && make install


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/30312/showart_510006.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2