graphviz installation issues

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
martin09
Posts: 23
Joined: Thu Jul 09, 2015 2:16 am

graphviz installation issues

Post by martin09 »

Hi

I've been trying to install graphviz on centos 5.7 however i came accross with this output when doing "yum install graphviz". Pls see details below.
I hope you may able to help me with this.

graphviz-stable/primary_db | 35 kB 00:00
http://www.graphviz.org/pub/graphviz/st ... sqlite.bz2: [Errno -3] Error performing checksum
Trying other mirror.
Error: failure: repodata/c6a50f355e611e92b347387da022c7d778bf30b094852c000d02dc0fa912fa0c-primary.sqlite.bz2 from graphviz-stable: [Errno 256] No more mirrors to try.


Here's the data on my yum.repos.d

Code: Select all

[graphviz-stable]
name=Graphviz – RHEL $releasever – $basearch
baseurl=http://www.graphviz.org/pub/graphviz/stable/redhat/el7/x86_64/os/
enabled=1
gpgcheck=0

[graphviz-stable-source]
name=Graphviz – RHEL $releasever – Source
baseurl=http://www.graphviz.org/pub/graphviz/stable/SRPMS/
enabled=0
gpgcheck=0

[graphviz-stable-debuginfo]
name=Graphviz – RHEL – Debug
baseurl=http://www.graphviz.org/pub/graphviz/stable/redhat/el$releasever/$basearch/debug/
enabled=0
gpgcheck=0

[graphviz-snapshot]
name=Graphviz – RHEL $releasever – $basearch
baseurl=http://www.graphviz.org/pub/graphviz/development/redhat/el$releasever/$basearch/os/
enabled=0
gpgcheck=0

[graphviz-snapshot-source]
name=Graphviz – RHEL $releasever – Source
baseurl=http://www.graphviz.org/pub/graphviz/development/SRPMS/
enabled=0
gpgcheck=0

[graphviz-snapshot-debuginfo]
name=Graphviz – RHEL – Debug
baseurl=http://www.graphviz.org/pub/graphviz/development/redhat/el$releasever/$basearch/debug/
enabled=0
gpgcheck=0
Last edited by Anonymous on Thu Nov 09, 2017 10:26 am, edited 2 times in total.
Reason: Please use [code][/code] tags around long output
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: graphviz installation issues

Post by scottwilkerson »

It is worth pointing out that we do not maintain this repository. However, I noticed that your stable repo is targeting el7 or CentOS 7

Code: Select all

[graphviz-stable]
name=Graphviz – RHEL $releasever – $basearch
baseurl=http://www.graphviz.org/pub/graphviz/stable/redhat/el7/x86_64/os/
enabled=1
gpgcheck=0
You likely want to change this to

Code: Select all

[graphviz-stable]
name=Graphviz – RHEL $releasever – $basearch
baseurl=http://www.graphviz.org/pub/graphviz/stable/redhat/el$releasever/$basearch/os/
enabled=1
gpgcheck=0
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
martin09
Posts: 23
Joined: Thu Jul 09, 2015 2:16 am

Re: graphviz installation issues

Post by martin09 »

Hi Scott,

Thanks for the response. you're suggestion works!. :)
kyang

Re: graphviz installation issues

Post by kyang »

Sounds great! Did you have any more questions?

Or are we okay to close this topic?
martin09
Posts: 23
Joined: Thu Jul 09, 2015 2:16 am

Re: graphviz installation issues

Post by martin09 »

Hi

Everything works fine now. You may now close this thread please. Thanks!
kyang

Re: graphviz installation issues

Post by kyang »

Sounds great! I'll be closing this topic.

If you have any more questions, feel free to create another thread!

Thank you for using the Nagios Support Forum!
Locked