#author("2019-10-12T04:08:35+00:00","default:wikiwriter","wikiwriter") #author("2019-11-12T12:04:18+00:00","default:wikiwriter","wikiwriter") &tag(CentOS6/トラブルシューティング); *目次 [#nbb92f06] #contents *関連ページ [#y440f2d8] *参考情報 [#u03a5114] *yum関連 [#o732c87c] **php-pecl-zipでエラーが発生 [#r0473d26] -[[libzip.so.5の依存関係でphp-pecl-zipのupdateができない - 楽にしてください。:https://higherhope.net/?p=3022]] -以下のようなエラーが発生。 #pre{{ --> 依存性の処理をしています: libzip5(x86-64) >= 1.5.2 のパッケージ: php-pecl-zip-1.15.5-1.el6.remi.5.6.x86_64 --> 依存性解決を終了しました。 エラー: パッケージ: php-pecl-zip-1.15.5-1.el6.remi.5.6.x86_64 (remi-php56) 要求: libzip5(x86-64) >= 1.5.2 インストール: libzip5-1.5.1-1.el6.remi.x86_64 (@remi) libzip5(x86-64) = 1.5.1-1.el6.remi 問題を回避するために --skip-broken を用いることができません これらを試行できます: rpm -Va --nofiles --nodigest }} -remiを有効にして単体インストールすればいいらしい。 yum --enablerepo=remi install php-pecl-zip **"Couldn't resolve host 'apt.sw.be'" [#pc0c5115] -[[Plesk, Yum, PUM or Modsecurity is unable to update on CentOS with error: repomd.xml: [Errno 14] curl – Plesk Help Center:https://support.plesk.com/hc/en-us/articles/115003091289-Plesk-Yum-PUM-or-Modsecurity-is-unable-to-update-on-CentOS-with-error-repomd-xml-Errno-14-curl]] -[[yum Update - CentOS:https://www.centos.org/forums/viewtopic.php?t=63298]] -apt.sw.beが使えなくなったらしい。手元の環境ではrpmforgeが参照していたが、rpmforge自体使えなくなっているので、リポジトリを削除したほうが良いらしい(2019/11/12(火))。