• 欢迎访问搞代码网站,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站!
  • 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏搞代码吧

MySQL编译报错问题_MySQL

mysql 搞代码 4年前 (2022-01-09) 15次浏览 已收录 0个评论

gaodaima.com

今天在安装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-来1源gaodai#ma#com搞*代#码1网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
在安装时可能提示有其他的依赖包要提前安装,根据提示均可在原来的系统盘中找到。

gaodaima.com


搞代码网(gaodaima.com)提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请说明详细缘由并提供版权或权益证明然后发送到邮箱[email protected],我们会在看到邮件的第一时间内为您处理,或直接联系QQ:872152909。本网站采用BY-NC-SA协议进行授权
转载请注明原文链接:MySQL编译报错问题_MySQL
喜欢 (0)
[搞代码]
分享 (0)
发表我的评论
取消评论

表情 贴图 加粗 删除线 居中 斜体 签到

Hi,您需要填写昵称和邮箱!

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址