安装mariaDB10报错:
Error: Package: galera-4-26.4.16-1.el7.centos.x86_64 (mariadb)Requires: socat
Error: Package: galera-4-26.4.16-1.el7.centos.x86_64 (mariadb)Requires: libboost_program_options-mt.so.1.53.0()(64bit)You could try using --skip-broken to work around the problemYou could try running: rpm -Va --nofiles --nodigest
下了socat安装包也没用,后来把yum源改成了阿里的就好了,应该是之前修改yum源为本地造成的
改成阿里源使用:
#获取yum源文件
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
#clean
yum clean all
#刷yum缓存
yum makecache
这样就可以了