前提・実現したいこと
Amazon Linux2にMySQL5.7の環境構築をしたいと思っています。
MySQL5.7をインストール中、「$ sudo yum install mysql-community-server -y」を実行すると
下記のようなエラーが発生してしまいます。ご教示いただけると幸いです。
発生している問題・エラーメッセージ
$ sudo yum install mysql-community-server -y 〜〜 --> 依存性の処理をしています: libsasl2.so.2()(64bit) のパッケージ: mysql-community-server-5.7.30-1.el6.x86_64 --> 依存性解決を終了しました。 エラー: パッケージ: mysql-community-server-5.7.30-1.el6.x86_64 (mysql57-community) 要求: libsasl2.so.2()(64bit) 問題を回避するために --skip-broken を用いることができます。 これらを試行できます: rpm -Va --nofiles --nodigest
その他ソースコード
rpm -qa | grep mysql
$ rpm -qa | grep mysql mysql57-community-release-el6-7.noarch mysql-community-common-5.6.48-2.el6.x86_64
$ yum info mysql-community-server
$ yum info mysql-community-server 読み込んだプラグイン:extras_suggestions, langpacks, priorities, update-motd 33 packages excluded due to repository priority protections 利用可能なパッケージ 名前 : mysql-community-server アーキテクチャー : x86_64 バージョン : 5.7.30 リリース : 1.el6 容量 : 162 M リポジトリー : mysql57-community/x86_64 要約 : A very fast and reliable SQL database server URL : http://www.mysql.com/ ライセンス : Copyright (c) 2000, 2020, Oracle and/or its affiliates. All rights reserved. Under GPLv2 license as shown in the Description field. 説明 : The MySQL(TM) software delivers a very fast, multi-threaded, multi-user, : and robust SQL (Structured Query Language) database server. MySQL Server : is intended for mission-critical, heavy-load production systems as well : as for embedding into mass-deployed software. MySQL is a trademark of : Oracle and/or its affiliates : : The MySQL software has Dual Licensing, which means you can use the MySQL : software free of charge under the GNU General Public License : (http://www.gnu.org/licenses/). You can also purchase commercial MySQL : licenses from Oracle and/or its affiliates if you do not wish to be bound by the terms of : the GPL. See the chapter "Licensing and Support" in the manual for : further info. : : The MySQL web site (http://www.mysql.com/) provides the latest news and : information about the MySQL software. Also please see the documentation : and the manual for more information. : : This package includes the MySQL server binary as well as related utilities : to run and administer a MySQL server.
試したこと
参考サイト
以前MySQL5.6を使用していたこともあり、こちらのサイトを参考に以前のMySQL5.6のデータは削除するようにしました。
環境構築参考サイト
インストールまでを参考にしたのは、こちらのサイトです。
参考サイト
こちらの記事にあった、同じ現象における解決法を試してみましたが解決しませんでした。
# cd /lib64 # ln -s libsasl2.so.3.0.0 libsasl2.so.2 # yum install mysql-community-server
補足情報(FW/ツールのバージョンなど)
MySQL5.7.30
回答1件
あなたの回答
tips
プレビュー