在编译Mysql时 ./configure –prefix=DIR ,如果出现了以下错误: …… checking for tgetent in -ltermcap… no checking for termcap functions library… configure: error: No curses/termcap library found 说明 curses/termcap 库没有安装 apt-cache s
在编译Mysql时
./configure –prefix=DIR
,如果出现了以下错误:
……
checking for tgetent in -ltermcap… no
checking for termcap functions library… configure: error: No curses/termcap library found
说明 curses/termcap 库没有安装
apt-cache search curses | grep lib
安装 libncurses5-dev ,然后重新运行配置
apt-get install libncurses5-dev
继续……..
我用F10:
上边的具体细节还希望先yum list | grep ncurses下看看。
yum install ncurses-dev
没有安装gcc的也要yum install gcc下先,不然不会编译。
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号