前提・実現したいこと
centos7にてmysqlをインストールしたいのですが、
下記のようなエラーが出ます。
発生している問題・エラーメッセージ
Error: Package: mysql-community-server-5.7.21-1.el6.x86_64 (mysql57-community) Requires: libsasl2.so.2()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest
該当のソースコード
# yum -y install mysql-community-server
試したこと
rpm -Va --nofiles --nodigest
libsasl2.so.2というパッケージが必要なのでしょうか?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。