首页 > 数据库 > mysql教程 > CentOS 安装 MySQL 出错帮助

CentOS 安装 MySQL 出错帮助

WBOY
发布: 2016-06-07 16:58:07
原创
1098 人浏览过

如果编译时出现了以下错误:checking for tgetent in -ltermcaphellip; nochecking for termcap functions libraryhellip; con

CentOS 安装 MySQL 出错帮助

首页 → 数据库技术

背景:

阅读新闻

CentOS 安装 MySQL 出错帮助

[日期:2010-11-21] 来源:Linux社区  作者:Linux [字体:]

如果编译时出现了以下错误:
checking for tgetent in -ltermcap… no
checking for termcap functions library… configure: error: No curses/termcap library found
说明 curses/termcap 库没有安装

出现这样的原因,首先要将ncurses的相关包包安装上
一、如果你的系统是RedHat系列:
yum list|grep ncurses
yum -y install ncurses-devel
yum install ncurses-devel

二、如果你的系统是Ubuntu或Debian:
apt-cache search ncurses
apt-get install libncurses5-dev

然后增加一条编译参数
--with-named-curses-libs=/usr/lib/libncursesw.so.5
就可以了

出现:configure: error: No curses/termcap library found
解决方法:

# ./configure --prefix=/usr/local/mysql

为 .#./configure --with-named-curses-libs=/usr/lib/libncursesw.so.5

出现:

../depcomp: line 571: exec: g : not found
make[1]: *** [my_new.o] 错误 127
make[1]: Leaving directory `/home/justme/software/mysql-5.1.30/mysys'
make: *** [all-recursive] 错误 1

解决 :

下载 安装 gcc-c -4.1.2-33.i386.rpm(yum intall gcc-c )

安装或者重新mysql-5.1.30时mysql_install_db出现FATAL ERROR: Could not find mysqld错误解决,

因为/etc/mysql/下出现了个my.cnf

解决方法:

mv /etc/my.cnf   /etc/my.cnf.bak

cp support-files/my-medium.cnf   /etc/cnf

CentOS 安装 MySQL 出错帮助

  • 0
  • CentOS5.4安装Oracle10g数据库总结

    新版MySQL 数据库安装

    相关资讯       CentOS 

    图片资讯      

    本文评论   查看全部评论 (0)

    评论声明

    最新资讯

    本周热门

    CentOS 安装 MySQL 出错帮助简介 - 广告服务 - 网站地图 - 帮助信息 - 联系我们
    本站(LinuxIDC)所刊载文章不代表同意其说法或描述,,仅为提供更多信息,也不构成任何建议。


    Copyright © 2006-2011 CentOS 安装 MySQL 出错帮助 All rights reserved 浙ICP备06018118号

    相关标签:
    来源:php.cn
    本站声明
    本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
    热门教程
    更多>
    最新下载
    更多>
    网站特效
    网站源码
    网站素材
    前端模板