I'm using CentOS but I always install rpmforge once the install is done.  I know for a fact that rrdtool is in either the CentOS or rpmforge repo's.  If you're correct that the rrdtool isn't on the CentOS repo, it is on the rpmforge one.<br>
<br>It is a VERY easy install:<br><br><a href="http://wiki.centos.org/Repositories/RPMForge">http://wiki.centos.org/Repositories/RPMForge</a><br><br>Here's a snip from my install notes:<br><pre>yum -y install yum-priorities<br>
wget <a href="http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm">http://apt.sw.be/redhat/el5/en/i386/RPMS.dag/rpmforge-release-0.3.6-1.el5.rf.i386.rpm</a><br>rpm --import <a href="http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt">http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txt</a><br>
rpm -K rpmforge-release-0.3.6-1.el5.rf.*.rpm<br>rpm -i rpmforge-release-0.3.6-1.el5.rf.*.rpm<br>yum -y install gcc gcc-c++ pcre-devel libpng-devel openssl-devel openldap-devel fping rrdtool-devel<br>yum -y update</pre><br>
<br><div><span class="gmail_quote">On 1/30/08, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Jan 30, 2008 at 01:18:56PM -0700, Charles Jones wrote:<br>> I am going to attempt to drive getting Hobbit added to the Centos Plus<br>> repository, but first we need to figure out a few things:<br>><br>> 1. Who will create and maintain the RPMs<br>
>    I'd rather someone with experience creating and maintaining distribution<br>> packages do this, but if all else fails I will volunteer.<br><br>One reason why I hesitate to contact the various distributions is that I<br>
don't know what their normal practice is for package maintainers. Some<br>- like Red Hat - have their own team, others depend on volunteers. And<br>some just pick up one of their distribution brethren.<br><br>>   * librrdtool is not provided in the RHEL or CentOS/CentOS Plus repository<br>
> (so even if you had a Hobbit RPM, you would have to go and get 3 rrdtool<br>> packages (rrdtool, rrdtool-devel, and perl-rrdtool) from the DAG<br>> repository.<br><br>Major issue. rrdtool is used by a lot of software packages.<br>
<br>> 3. Figuring out what would be the most common/preferred/accepted<br>> installation dirs for Hobbit. Last week I installed the FC5 rpm, and it<br>> installed to /etc/hobbit, whereas the tarball by default installs to a<br>
> subdirectory of /home. Some people like system tools to be in a "system"<br>> directory, while others like being able to install to a user space<br>> controlled location.<br><br>There is actually a standard for this: The Linux Filesystem Hierarchy<br>
Standard (FHS). The packaging scripts that come with Hobbit tries to<br>follow it.<br><br>One of the things that FHS/LSB dictates is that you do not EVER install<br>software in /home or /usr/local . Architecture dependant binaries go in<br>
/usr, configuration files in /etc, logs in /var/log, data files in /var<br>and so on. Wikipedia has a brief overview of this in<br><a href="http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard">http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard</a><br>
<br><br>Regards,<br>Henrik<br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br></blockquote></div><br><br clear="all">
<br>-- <br>Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373<br><br>Those who don't understand UNIX are condemned to reinvent it, poorly.<br>--- Henry Spencer