Centos7 compile and install MySQL8 problem record

centos7 is installed through minimal installation

The corresponding version of gcc has been installed, and the official website requires at least gcc5.3.

In cmake, the following error was reported:

Please install the appropriate openssl developer package.

The solution is to install two packages:

yum install ncurses-devel
yum install openssl-devel

Then add -DWITH_SSH=system to the options when cmake

================================

others

View the cpu information of the linux system:

cat /proc/cpuinfo

View the physical number of CPUs in the Linux system:

cat /proc/cpuinfo | grep "physical id"| sort | uniq | wc -l

Reference

https://yq.aliyun.com/articles/670111

Recommended Posts

Centos7 compile and install MySQL8 problem record
CentOS7.4 source code compile and install MySQL8.0
Centos compile and install Git
Centos7 compile and install ntp-4.2.8p11
CentOS 6.9 compile and install python
CentOS 6 compile and install python 3
Centos compile and install LAMP (apache-2.4.7 + mysql-5.5.35 + php 5.5.8) + Redis
CentOS7 yum install and start mysql
Compile and install LAMP under Centos 5.2
CentOS7 compile and install L(A|N)MP environment
CentOS7 yum install and start mysql
Centos7 and centos8 install mysql5.6 5.7 8.0 so simple
Linux CentOS6 compile and install Pyt
CentOS7.2 install Mysql5.7.13
CentOS install mysql
CentOS7 install mysql
CentOS 7 install MySQL 5.6
CentOS8 install MySQL8.0
CentOS7 install mysql8
CentOS7 install MySQL8
centos 7.5 install mysql5.7.17
Compile and install libmodbus library under CentOS7
Compile and install nodejs and yum in Centos8
CentOS8 deploys LNMP environment to compile and install mysql8.0.29 tutorial details
Install centos7 and connect
CentOS6.5 offline install MySQL5.6.26
Install MySQL5.7 in centos7
CentOS 7.2 Yum install MySQL 5.6
Centos7 install Mysql8 tutorial
Centos manually install mysql8
Install mysql under Centos 7
Centos7 install Mysql database
Install mysql5.1 under CentOS6.5
centos7 install keepalived problem
How to install jdk1.8.0_151 and mysql5.6.38 on centos7.2.1511
Centos6.5 compile and install LNMP architecture web environment
Centos7.2 compile and install way to build phpMyAdmin
Install mysql online on centos
centos7 install python3 and ipython
Centos mysql installation and configuration
Know Linux and install CentOS
centos install mysql through yum
CentOS 7 install Mono and MonoDevelop
Ubuntu 16.04 compile and install PHP 7.2
ubuntu18.04 compile and install python3.8
CentOS6.5 install Java 8 and Tomcat8
Install MySQL 8.0.16 on Linux Centos
CentOS 6.x installation mysql5.7 record
Install MySQL under Linux (CentOS 7)
Centos6.5 install and configure mongodb
CentOS7 install python3 and pip3
CentOS7 install OracleJDK and JRE
CentOS6.5 install Java 8 and Tomcat8
Centos6 install mysql 5.7.x series
CentOS6 install and crack Jira 7
CentOS6.5 install Java 8 and Tomcat8
CentOS6 install and crack confluence
Compile and install Lnmp shell script under Linux centos
CentOS6 install and crack Jira 7
CentOS8 install MySQL8 (pro test)
Compile and install the open source EDA tool-Surelog on CentOS8