CentOS编译安装MySQL,./coonfigure时出现错误:

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

解决方法:安装

1、下载网址:ftp://invisible-island.net/ncurses/

# tar -zvxf ncurses-5.7.tar.gz
# ./configure
# make
# make install

2、安装了ncurses,依然有这个错误 ,接下来安装ncurses-devel.i386.rpm

下载网址:

http://rpm.pbone.net/index.php3/stat/4/idpl/6031397/dir/centos_other/com/ncurses-devel-5.6-7.20070612.i386.rpm.html

#rpm -ivh ncurses-devel-5.5-24.20060715.i386.rpm 

3、这样就可以对mysql进行配置、编译和安装了。

另附:

Starting MySQLCouldn't find MySQL manager or server [FAILED] (这里尚未验证)
解决方法:mv /etc/my.cnf /etc/my.cnf.old

参考网址:http://alvinqq.iteye.com/blog/748699

另附网址:http://www.cnblogs.com/shinhwa/archive/2010/05/06/1729047.html

最新文章

  1. sublime text 3插件
  2. awk 的使用
  3. Node.js~sails.js~package.json的作用
  4. memache session
  5. oracle 导入数据
  6. php微信支付(仅pc端扫码支付模式二)详细步骤.----仅适合第一次做微信开发的程序员
  7. rm排除指定文件或指定文件夹下文件
  8. apache静态文件配置
  9. ContextLoaderListener加载过程
  10. Good Bye 2017 D. New Year and Arbitrary Arrangement
  11. 用keras实现人脸关键点检测(2)
  12. Openrasp源码分析
  13. Linux系统开发之路 - 下
  14. XML Schema——笔记整理
  15. Maven pom.xml中的元素modules、parent、properties以及import(转)
  16. pyobjc-framework-Cocoa 5.1.2
  17. Hadoop命令别名
  18. SpringBoot与Dubbo整合下篇
  19. python设计模式之单例模式(一)
  20. win7 配置IIS + php 环境

热门文章

  1. SpringMVC学习系列(8) 之 国际化
  2. css-控制元素中的字符超过规定的宽度影藏
  3. java获取json格式中的值
  4. 【USACO 2.1】Healthy Holsteins
  5. ON DUPLICATE KEY UPDATE
  6. 用WebBrowser采集渲染后的HTML页面
  7. Git 服务器搭建
  8. POJ3468 A Simple Problem with Integers
  9. SampleDateFormat进行日期格式化
  10. 我所了解的meta