码迷,mamicode.com
首页 > 数据库 > 详细

MySQL5.5.X安装错误处理

时间:2015-04-22 02:02:17      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:mysql

1.linux安装mysql出现Could NOT find Curses (missing CURSES_LIBRARY CURSES_INCLUDE_PATH)
解决办法:
[root@localhost mysql-5.5.11]#rm CMakeCache.txt
[root@localhost mysql-5.5.11]#yum install ncurses-devel
[root@localhost mysql-5.5.11]#yum install bison
2.CMake Error at /usr/share/cmake/Modules/CMakeCXXInformation.cmake:17 (GET_FILENAME_COMPONENT):
 CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
 CMake Error: Internal CMake error, TryCompile configure of cmake failed
解决办法:
[root@localhost mysql-5.5.11]#yum install gcc gcc-c++ -y

本文出自 “咚咚的博客” 博客,转载请与作者联系!

MySQL5.5.X安装错误处理

标签:mysql

原文地址:http://weadyweady.blog.51cto.com/3012956/1636720

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!