系统信息
centos 6.3
Mysql 5.1.51
错误信息
error: No curses/termcap library found
详细描述
CentOS下编译安装mysql时,在执行configure的时候报出了上面的错误信息。网上查询资料以后,发现是缺少ncurses安装包。
解决方案
下载安装相应软件包即可
一、如果你的系统是RedHat系列
这也就是我的CentOS解决的办法。
yum list|grep ncurses yum -y install ncurses-devel yum install ncurses-devel
二、如果你的系统是Ubuntu或Debian:
apt-cache search ncurses apt-get install libncurses5-dev
以上就是笔记006 CentOS编译安装mysql报error错误的内容,更多相关内容请关注PHP中文网(www.php.cn)!
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号