centos 5.3にアップグレード後、yum updateが失敗する。pythonのエラーも出る・・

yum update のエラー内容

CentOS 5.3 x64にアップグレード後、yum updateしようとしたら、以下のpythonのエラーが出ます。

--> Finished Dependency Resolution
libxml2-python-2.6.26-2.1.2.8.i386 from updates has depsolving problems
  --> Missing Dependency: /usr/lib/python2.4 is needed by package libxml2-python-2.6.26-2.1.2.8.i386 (updates)
libxslt-python-1.1.17-2.el5_2.2.i386 from installed has depsolving problems
  --> Missing Dependency: /usr/lib/python2.4 is needed by package libxslt-python-1.1.17-2.el5_2.2.i386 (installed)
gamin-python-0.1.7-8.el5.i386 from installed has depsolving problems
  --> Missing Dependency: /usr/lib/python2.4 is needed by package gamin-python-0.1.7-8.el5.i386 (installed)
Error: Missing Dependency: /usr/lib/python2.4 is needed by package gamin-python-0.1.7-8.el5.i386 (installed)
Error: Missing Dependency: /usr/lib/python2.4 is needed by package libxslt-python-1.1.17-2.el5_2.2.i386 (installed)
Error: Missing Dependency: /usr/lib/python2.4 is needed by package libxml2-python-2.6.26-2.1.2.8.i386 (updates)

で、よく調べてみると、以下ページに対策が書いてありました。

http://d.hatena.ne.jp/dink/20090819/1250641214

とりあえず、以下コマンドを実行して対応完了!

# yum clean metadata
This entry was posted in Linux. Bookmark the permalink.

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

*

次のHTML タグと属性が使えます: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <img localsrc="" alt="">