手机编译mysql_MySQL编译报错问题

在Linux环境下安装MySQL时遇到配置错误,因缺少ncurses库导致configure失败,同时发现系统中未安装G++编译器,影响编译过程。解决方案是通过yum安装ncurses-devel解决ncurses问题,并寻找并安装gcc-c++以解决编译器缺失的问题。在安装过程中可能涉及其他依赖包,需根据提示完成相应安装。

今天在安装MySQL时,由于初始Linux默认选择安装的包不过,在执行./configure命令报出如下错误:

./configure --prefix=/usr/local/mysql --with-charset=utf8 --with-collation=utf8_general_ci --with-extra-charsets=gb2312

--with-plugins=innobase,innodb_plugin,myisam,heap,csv,federated,blackhole --enable-local-infile --enable-thread-safe-client

...

checking for tgetent in -lncursesw... no

checking for tgetent in -lncurses... no

checking for tgetent in -lcurses... no

checking for tgetent in -ltermcap... no

checking for tgetent in -ltinfo... no

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

错误原因为缺少ncurses安装包,可以通过下载安装相应的软件包ncurses-devel来解决:

yum install ncurses-devel

另一个错误:

g++: not found

../depcomp: line 571: exec: g++: not found

make[1]: *** [my_new.o] Error 127

make[1]: Leaving directory `/opt/src/mysql-5.1.56/mysys'

make: *** [all-recursive] Error 1

错误原因是缺少G++编译器,可以通过挂载原来的系统盘,找到相应的套件来解决:

gcc-4.1.2-46.el5.x86_64.rpm

gcc-c++-4.1.2-46.el5.x86_64.rpm

在安装时可能提示有其他的依赖包要提前安装,根据提示均可在原来的系统盘中找到。

评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符  | 博主筛选后可见
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值