BigCloud Enterprise Linux For Euler release 21.10 (LTS-SP2)
[root@localhost ~]# cat /etc/os-release
NAME="BigCloud Enterprise Linux"
VERSION="21.10 (LTS-SP2)"
ID="bclinux"
VERSION_ID="21.10"
PRETTY_NAME="BigCloud Enterprise Linux For Euler 21.10 LTS"
ANSI_COLOR="0;31"
[root@localhost ~]# free -g
total used free shared buff/cache available
Mem: 15 0 14 0 0 14
Swap: 7 0 7
复制代码
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
最近要在BClinux for openeuler上安装mysql8.0效果各种报错,缺少很多依赖。可惜系统自带的yum源要么就是没有这个安装包,要么就是软件版本不符合要求。以是只能选择源码编译安装。当前系统gcc版本为7.3.0,要升级到10以上.
安装gcc前必要安装GMP、MPFR、MPC这三个依赖库
登录后复制