Linux security

Error: Missing Dependency: libANN.so.1()(64bit) on RHEL 5 updating Graphviz

I am trying to update Graphviz package to the latest version on our [easyazon_link asin=”0071765654″ locale=”US” new_window=”default” nofollow=”default” tag=”wn0d5-20″ add_to_cart=”default” cloaking=”default” localization=”default” popups=”default”] RHEL 5 [/easyazon_link] server and getting error message:

graphviz-2.34.0-1.el5.x86_64 from graphviz-stable has depsolving problems
  –> Missing Dependency: libANN.so.1()(64bit) is needed by package graphviz-2.34.0-1.el5 .x86_64 (graphviz-stable)
Error: Missing Dependency: libANN.so.1()(64bit) is needed by package graphviz-2.34.0-1.el 5.x86_64 (graphviz-stable)
You could try using –skip-broken to work around the problem

This is only issue that is breaking my update and here is how to fix it.

  • Download the missing file from here Ann-Libs
  • Install it first on the server
  • Rerun yum
su
cd downloads
rmp -i ann-libs-1.1.1-2.el5.x86_64.rpm
yum update

Now the yum will refresh and you should be able to install all updates for the Graphviz tool on your [easyazon_link asin=”1118301293″ locale=”US” new_window=”default” nofollow=”default” tag=”wn0d5-20″ add_to_cart=”default” cloaking=”default” localization=”default” popups=”default”] RHEL 5 [/easyazon_link] server.

[easyazon_block add_to_cart=”default” align=”left” asin=”0133477436″ cloaking=”default” layout=”left” localization=”default” locale=”US” nofollow=”default” new_window=”default” tag=”wn0d5-20″]

Leave a Reply