<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RRDTool library search in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rrdtool-library-search/m-p/5252430#M52497</link>
    <description>Hi all !&lt;BR /&gt;&lt;BR /&gt;I have a machine HP Compaq DC7800 with Linux CentOS distribution and I want to install RRDTool 1.4.4 on this, but it requests a perl platform for this and when I try to install it it requests the librrd.so.4 library:&lt;BR /&gt;&lt;BR /&gt;[root@localhost rrdtool]# rpm -ivh perl-rrdtool-1.4.4-1.el5.rf.i386.rpm&lt;BR /&gt;warning: perl-rrdtool-1.4.4-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        librrd.so.4 is needed by perl-rrdtool-1.4.4-1.el5.rf.i386&lt;BR /&gt;        rrdtool = 1.4.4 is needed by perl-rrdtool-1.4.4-1.el5.rf.i386&lt;BR /&gt;&lt;BR /&gt;I can't find it. Tell me anyone where I can find this library (librrd.so.4) ???&lt;BR /&gt;&lt;BR /&gt;Pls help me !</description>
    <pubDate>Thu, 19 Aug 2010 18:49:29 GMT</pubDate>
    <dc:creator>Vassy</dc:creator>
    <dc:date>2010-08-19T18:49:29Z</dc:date>
    <item>
      <title>RRDTool library search</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rrdtool-library-search/m-p/5252430#M52497</link>
      <description>Hi all !&lt;BR /&gt;&lt;BR /&gt;I have a machine HP Compaq DC7800 with Linux CentOS distribution and I want to install RRDTool 1.4.4 on this, but it requests a perl platform for this and when I try to install it it requests the librrd.so.4 library:&lt;BR /&gt;&lt;BR /&gt;[root@localhost rrdtool]# rpm -ivh perl-rrdtool-1.4.4-1.el5.rf.i386.rpm&lt;BR /&gt;warning: perl-rrdtool-1.4.4-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6&lt;BR /&gt;error: Failed dependencies:&lt;BR /&gt;        librrd.so.4 is needed by perl-rrdtool-1.4.4-1.el5.rf.i386&lt;BR /&gt;        rrdtool = 1.4.4 is needed by perl-rrdtool-1.4.4-1.el5.rf.i386&lt;BR /&gt;&lt;BR /&gt;I can't find it. Tell me anyone where I can find this library (librrd.so.4) ???&lt;BR /&gt;&lt;BR /&gt;Pls help me !</description>
      <pubDate>Thu, 19 Aug 2010 18:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rrdtool-library-search/m-p/5252430#M52497</guid>
      <dc:creator>Vassy</dc:creator>
      <dc:date>2010-08-19T18:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: RRDTool library search</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rrdtool-library-search/m-p/5252431#M52498</link>
      <description>The package "perl-rrdtool" is not the RRDTool itself, but a set of Perl bindings for scripting RRDTool.&lt;BR /&gt;&lt;BR /&gt;The name of your perl-rrdtool package includes ".rf." in it, which indicates it isn't a standard RHEL/CentOS RPM, but a third-party RPM from RpmForge. So I'd guess you could find the actual RRDTool 1.1.4 RPM from RpmForge too.&lt;BR /&gt;&lt;BR /&gt;After a tiny bit of Googling it looks like I was right:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxreaders.com/2010/07/09/install-rrdtool-using-yum-on-centos/" target="_blank"&gt;http://www.linuxreaders.com/2010/07/09/install-rrdtool-using-yum-on-centos/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The package that contains the actual RRDTool is named like this:&lt;BR /&gt;rrdtool-1.4.4-1.el5.rf.i386.rpm&lt;BR /&gt;&lt;BR /&gt;If you don't want to add the RpmForge repository to your YUM configuration, here's at least one place to download it manually from:&lt;BR /&gt;&lt;A href="http://packages.sw.be/rrdtool/" target="_blank"&gt;http://packages.sw.be/rrdtool/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 20 Aug 2010 01:11:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rrdtool-library-search/m-p/5252431#M52498</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-08-20T01:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: RRDTool library search</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rrdtool-library-search/m-p/5252432#M52499</link>
      <description>Thank you, Matti Kurkela for your help. It was very usefull, but I solved the problem in this way:&lt;BR /&gt;&lt;BR /&gt;[root@localhost cacti]# rpm -ivh rpmforge-release-0.5.1-1.el5.rf.i386.rpm&lt;BR /&gt;warning: rpmforge-release-0.5.1-1.el5.rf.i386.rpm: Header V3 DSA signature: NOKEY, key ID 6b8d79e6&lt;BR /&gt;Preparing...                ########################################### [100%]&lt;BR /&gt;   1:rpmforge-release       ########################################### [100%]&lt;BR /&gt;[root@localhost cacti]# yum install rrdtool&lt;BR /&gt;Loaded plugins: fastestmirror&lt;BR /&gt;Loading mirror speeds from cached hostfile&lt;BR /&gt; * addons: ftp.iasi.roedu.net&lt;BR /&gt; * base: ftp.iasi.roedu.net&lt;BR /&gt; * extras: ftp.iasi.roedu.net&lt;BR /&gt; * rpmforge: apt.sw.be&lt;BR /&gt; * updates: ftp.iasi.roedu.net&lt;BR /&gt;rpmforge                                                                                              | 1.1 kB     00:00     &lt;BR /&gt;rpmforge/primary                                                                                      | 2.2 MB     00:10     &lt;BR /&gt;rpmforge                                                                                                         10427/10427&lt;BR /&gt;Setting up Install Process&lt;BR /&gt;Resolving Dependencies&lt;BR /&gt;--&amp;gt; Running transaction check&lt;BR /&gt;---&amp;gt; Package rrdtool.i386 0:1.4.4-1.el5.rf set to be updated&lt;BR /&gt;--&amp;gt; Processing Dependency: perl(RRDp) for package: rrdtool&lt;BR /&gt;--&amp;gt; Processing Dependency: perl(RRDs) for package: rrdtool&lt;BR /&gt;--&amp;gt; Processing Dependency: lua for package: rrdtool&lt;BR /&gt;--&amp;gt; Processing Dependency: libdbi.so.0 for package: rrdtool&lt;BR /&gt;--&amp;gt; Running transaction check&lt;BR /&gt;---&amp;gt; Package libdbi.i386 0:0.8.1-2.1 set to be updated&lt;BR /&gt;---&amp;gt; Package lua.i386 0:5.1.4-2.el5.rf set to be updated&lt;BR /&gt;---&amp;gt; Package perl-rrdtool.i386 0:1.4.4-1.el5.rf set to be updated&lt;BR /&gt;--&amp;gt; Finished Dependency Resolution&lt;BR /&gt;&lt;BR /&gt;Dependencies Resolved&lt;BR /&gt;&lt;BR /&gt;=============================================================================================================================&lt;BR /&gt; Package                         Arch                    Version                           Repository                   Size&lt;BR /&gt;=============================================================================================================================&lt;BR /&gt;Installing:&lt;BR /&gt; rrdtool                         i386                    1.4.4-1.el5.rf                    rpmforge                    895 k&lt;BR /&gt;Installing for dependencies:&lt;BR /&gt; libdbi                          i386                    0.8.1-2.1                         base                         35 k&lt;BR /&gt; lua                             i386                    5.1.4-2.el5.rf                    rpmforge                    242 k&lt;BR /&gt; perl-rrdtool                    i386                    1.4.4-1.el5.rf                    rpmforge                     52 k&lt;BR /&gt;&lt;BR /&gt;Transaction Summary&lt;BR /&gt;=============================================================================================================================&lt;BR /&gt;Install       4 Package(s)&lt;BR /&gt;Upgrade       0 Package(s)&lt;BR /&gt;&lt;BR /&gt;Total download size: 1.2 M&lt;BR /&gt;Is this ok [y/N]: y&lt;BR /&gt;Downloading Packages:&lt;BR /&gt;(1/4): libdbi-0.8.1-2.1.i386.rpm                                                                      |  35 kB     00:00     &lt;BR /&gt;(2/4): perl-rrdtool-1.4.4-1.el5.rf.i386.rpm                                                           |  52 kB     00:00     &lt;BR /&gt;(3/4): lua-5.1.4-2.el5.rf.i386.rpm                                                                    | 242 kB     00:00     &lt;BR /&gt;(4/4): rrdtool-1.4.4-1.el5.rf.i386.rpm                                                                | 895 kB     00:03     &lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Total                                                                                        231 kB/s | 1.2 MB     00:05     &lt;BR /&gt;Running rpm_check_debug&lt;BR /&gt;Running Transaction Test&lt;BR /&gt;Finished Transaction Test&lt;BR /&gt;Transaction Test Succeeded&lt;BR /&gt;Running Transaction&lt;BR /&gt;  Installing     : lua                                                                                                   1/4 &lt;BR /&gt;  Installing     : libdbi                                                                                                2/4 &lt;BR /&gt;  Installing     : rrdtool                                                                                               3/4 &lt;BR /&gt;  Installing     : perl-rrdtool                                                                                          4/4 &lt;BR /&gt;&lt;BR /&gt;Installed:&lt;BR /&gt;  rrdtool.i386 0:1.4.4-1.el5.rf                                                                                              &lt;BR /&gt;&lt;BR /&gt;Dependency Installed:&lt;BR /&gt;  libdbi.i386 0:0.8.1-2.1              lua.i386 0:5.1.4-2.el5.rf              perl-rrdtool.i386 0:1.4.4-1.el5.rf             &lt;BR /&gt;&lt;BR /&gt;Complete!&lt;BR /&gt;&lt;BR /&gt;Thanks anyway again !&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Aug 2010 16:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rrdtool-library-search/m-p/5252432#M52499</guid>
      <dc:creator>Vassy</dc:creator>
      <dc:date>2010-08-23T16:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: RRDTool library search</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rrdtool-library-search/m-p/5252433#M52500</link>
      <description>Thanks to all !</description>
      <pubDate>Mon, 23 Aug 2010 16:44:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rrdtool-library-search/m-p/5252433#M52500</guid>
      <dc:creator>Vassy</dc:creator>
      <dc:date>2010-08-23T16:44:40Z</dc:date>
    </item>
  </channel>
</rss>

