北京SEO

mysql-5.5.28源码安装过程中几大错误总结

2019/10/10/17:36:26  阅读:1828  来源:谷歌SEO算法  标签: 友情链接作弊

系统centOS 6.3 mini,没有任何编译环境,预编译环境首先装了众所周知的 cmake(yum install cmake -y,代码如下:

./bootstrap Error when bootstrapping CMake: Cannot find appropriate C compiler on this system. Please specify one using environment variable CC. See cmake_bootstrap.log for compilers attempted.

好吧还是没准备充分,发现c编译程序没装,也就是GCC了,那就装上,yum install gcc -y,代码如下:

CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found.

额,这个算是个人新遇见的错误了,到处查找资料,总算明白了,原来了还有一个c++的编译程序没装,好吧(yum install gcc-c++ -y),然后发现已经生成CMakeCache.txt文件了,没办法,删了(rm -rf CMakeCache.txt)继续编译,代码如下:

CMake Error at cmake/readline.cmake:82 (MESSAGE):

Curses library not found. Please install appropriate package,remove CMakeCache.txt and rerun cmake.On Debian/Ubuntu, package name is libncurses5-dev, on Redhat and derivates it is ncurses-devel.//phpfensi.com

果断的又懵了,不知道哪里出了问题,猜是什么包没有装吧,最后才看懂On Debian/Ubuntu, package name is libncurses5-dev, on Redhat and derivates it is ncurses-devel.这两句,OK装了ncurses-devel这个包(yum install ncurses-devel -y)

4、Warning: Bison executable not found in PATH

总算顺利的配置成功了,提示一个警告,不能放过,一查是缺少Bison,简单了(yum install bison -y)安装解决,接着就make;make install啦,很幸运,顺利完成.

广告内容

mysql-5.5.28源码安装过程中几大错误总结 mysql-5.5.28源码安装过程中几大错误总结 mysql-5.5.28源码安装过程中几大错误总结

相关阅读

热门评论

Seven 绯闻SEO Seven 绯闻SEO

绯闻SEO,一个专注中小企业网站优化的SEO爱好者

总篇数179

精选文章

RMAN中catalog和nocatalog区别介绍 小技巧:为Linux下的文件分配多个权限 zimbra8.5.1安装第三方签名ssl证书的步骤 解决mysql不能远程连接数据库方法 windows服务器mysql增量备份批处理数据库 mysql中slow query log慢日志查询分析 JavaScript跨域问题总结 Linux下负载均衡软件LVS配置(VS/DR)教程 mysql中权限参数说明 MYSQL(错误1053)无法正常启动

SEO最新算法