请选择
进入手机版
|
继续访问电脑版
设为首页
收藏本站
开启辅助访问
切换到窄版
登录
立即注册
首页
Linux平台
数据库
Windows、BIOS、电脑硬件、家庭网络
其他
搜索
搜索
书籍
Linux系统
工具软件
Web服务
Keepalived、HAProxy
监控
Docker
NFS、FastDFS
Vsftpd、Samba
DHCP、PXE、NTP
Linux邮件服务
Discuz
其他
书籍
工具软件
Mysql/Mariadb
Oracle
其他
Windows 7/10
Windows Server
BIOS
电脑硬件
家庭网络
企业网络
编程
职场交流
股票
谈天说地
其他
本版
帖子
用户
Linux教程网
»
论坛
›
数据库
›
Mysql/Mariadb
›
安装
›
编译安装mysql8 报错:Please do not build in-source. ...
返回列表
发新帖
编译安装mysql8 报错:Please do not build in-source. Out-of source builds are highly
[复制链接]
2108
|
0
|
2019-7-3 16:02:22
|
显示全部楼层
|
阅读模式
一、故障现象
编译安装mysql8,执行cmake命令时报错:
CMake Error at CMakeLists.txt:301 (MESSAGE):
Please do not build in-source. Out-of source builds are highly
recommended: you can have multiple builds for the same source, and there is
an easy way to do cleanup, simply remove the build directory (note that
'make clean' or 'make distclean' does *not* work)
You *can* force in-source build by invoking cmake with
-DFORCE_INSOURCE_BUILD=1
-- Configuring incomplete, errors occurred!
See also "/usr/local/mysql-8.0.16/CMakeFiles/CMakeOutput.log".
复制代码
二、解决方法
cmake命令加上 -DFORCE_INSOURCE_BUILD=1 参数。
安装mysql
上一篇:
windows搭建mysql集群 启动sql节点失败
下一篇:
编译安装mysql 8 报错:-- MySQL currently requires boost_1_69_0
相关帖子
•
linux安装mysql数据库初始化失败
•
安装mysql报错 you could try using --skip-broken to work around the problem
•
mysql启动报错求助
•
mysql 5.6 yum更新到 5.7
•
安装Mysql 正在尝试其他镜像,提示下载失败
•
mysql数据库集群管理节点启动失败
•
如何在不登录mysql的情况下查看mysql的版本
•
windows搭建mysql集群 启动sql节点失败
•
无外网升级mysql 5.6到5.7
•
编译安装mysql 8 报错:-- MySQL currently requires boost_1_69_0
•
编译安装Mysql 8 报错:Cannot find appropriate system libraries for WITH_SSL=system.
•
编译安装mysql 8 报错:Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH)
•
CentOS 7 编译安装mysql 8
•
请问,有搭建MySQL数据库的命令或者教程吗?
•
(求助)编译安装mysql报错
•
咨询一个关于官网下载的mysql包的问题
•
yum 安装指定版本的mysql,启动时报错
•
安装mysql5.7报错:[ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable
•
yum安装Mysql5.7
•
mysql5.7安装好了 密码是什么?
回复
使用道具
举报
返回列表
发新帖
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
立即注册
本版积分规则
发表回复
回帖后跳转到最后一页
admin
1249
主题
2736
帖子
7万
积分
管理员
积分
70188
发消息
回复楼主
返回列表
安装