Page 1 of 1

graphviz installation issues

Posted: Mon Oct 09, 2017 2:34 am
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

Re: graphviz installation issues

Posted: Mon Oct 09, 2017 11:52 am
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

Re: graphviz installation issues

Posted: Mon Oct 23, 2017 11:34 pm
by martin09
Hi Scott,

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

Re: graphviz installation issues

Posted: Tue Oct 24, 2017 9:41 am
by kyang
Sounds great! Did you have any more questions?

Or are we okay to close this topic?

Re: graphviz installation issues

Posted: Thu Nov 09, 2017 12:27 am
by martin09
Hi

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

Re: graphviz installation issues

Posted: Thu Nov 09, 2017 10:26 am
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!