mysql5.6のmroonga からのバージョンアップをするため
公式ページを見ながらインストールしているのですが、
http://mroonga.org/ja/docs/install/centos.html#centos-6-with-the-oracle-mysql-5-7-package
sudo yum install -y --enablerepo=epel mysql57-community-mroonga 読み込んだプラグイン:fastestmirror インストール処理の設定をしています Loading mirror speeds from cached hostfile * base: ftp.iij.ad.jp * epel: ftp.iij.ad.jp * extras: ftp.iij.ad.jp * rpmforge: ftp.riken.jp * updates: ftp.iij.ad.jp 依存性の解決をしています 終了していない残作業があります。それらを終了するために、まず yum-complete-transaction の実行を検討すべきかもしれません。 --> トランザクションの確認を実行しています。 ---> Package mysql57-community-mroonga.x86_64 0:7.04-1.el6 will be インストール --> 依存性の処理をしています: groonga-libs >= 5.1.0 のパッケージ: mysql57-community-mroonga-7.04-1.el6.x86_64 --> 依存性の処理をしています: groonga-normalizer-mysql のパッケージ: mysql57-community-mroonga-7.04-1.el6.x86_64 --> 依存性の処理をしています: libgroonga.so.0()(64bit) のパッケージ: mysql57-community-mroonga-7.04-1.el6.x86_64 --> トランザクションの確認を実行しています。 ---> Package groonga-libs.x86_64 0:7.0.4-1.el6_61.wing will be インストール --> 依存性の処理をしています: lz4 のパッケージ: groonga-libs-7.0.4-1.el6_61.wing.x86_64 --> 依存性の処理をしています: libzstd のパッケージ: groonga-libs-7.0.4-1.el6_61.wing.x86_64 --> 依存性の処理をしています: libzstd.so.1()(64bit) のパッケージ: groonga-libs-7.0.4-1.el6_61.wing.x86_64 --> 依存性の処理をしています: liblz4.so.1()(64bit) のパッケージ: groonga-libs-7.0.4-1.el6_61.wing.x86_64 ---> Package groonga-normalizer-mysql.x86_64 0:1.1.1-1.el6_9.wing will be インストール --> トランザクションの確認を実行しています。 ---> Package groonga-libs.x86_64 0:7.0.4-1.el6_61.wing will be インストール --> 依存性の処理をしています: libzstd のパッケージ: groonga-libs-7.0.4-1.el6_61.wing.x86_64 --> 依存性の処理をしています: libzstd.so.1()(64bit) のパッケージ: groonga-libs-7.0.4-1.el6_61.wing.x86_64 ---> Package lz4.x86_64 0:r122-1.el6 will be インストール --> 依存性解決を終了しました。 エラー: パッケージ: groonga-libs-7.0.4-1.el6_61.wing.x86_64 (wing) 要求: libzstd エラー: パッケージ: groonga-libs-7.0.4-1.el6_61.wing.x86_64 (wing) 要求: libzstd.so.1()(64bit)
上記のようなエラーが出ました。
以下で検索したところ
要求: libzstd 要求: libzstd.so.1()(64bit)
以下ページがヒットしましたが、
https://github.com/mroonga/mroonga/issues/127
http://ordinary-programming.blogspot.jp/2017/06/mroonga.html
解決には至らず、上記エラーのままでした。
追加1(2017-07-05 3:56)
yum-complete-transactionの初回はこちら
$ yum-complete-transaction 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.iij.ad.jp * epel: ftp.iij.ad.jp * extras: ftp.iij.ad.jp * rpmforge: ftp.riken.jp * updates: ftp.iij.ad.jp There are 1 outstanding transactions to complete. Finishing the most recent one The remaining transaction had 3 elements left to run Nothing in the unfinished transaction to cleanup. Cleaning up completed transaction file
yum-complete-transactionの2回目はこちら
yum-complete-transaction 読み込んだプラグイン:fastestmirror Loading mirror speeds from cached hostfile * base: ftp.iij.ad.jp * epel: ftp.iij.ad.jp * extras: ftp.iij.ad.jp * rpmforge: ftp.riken.jp * updates: ftp.iij.ad.jp No unfinished transactions left.
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2017/07/04 18:50
2017/07/04 18:52
2017/07/04 18:57
2017/07/04 19:05
2017/07/04 19:24