Adrian Sevcenco
2013-07-25 11:54:29 UTC
Hi! Would be possible the updating of rrdtool to latest version?
I did it for centos 6.4 but i had to modify the 1.4.7 spec with this:
diff rrdtool.spec rrdtool2.spec (this is the 1.4.7 spec)
206,207d205
< %{_bindir}/rrdcreate
< %{_bindir}/rrdinfo
238,239c236,237
< %{_prefix}/share/rrdtool/ifOctets.tcl
< %{_prefix}/share/rrdtool/pkgIndex.tcl
---
Adrian
I did it for centos 6.4 but i had to modify the 1.4.7 spec with this:
diff rrdtool.spec rrdtool2.spec (this is the 1.4.7 spec)
206,207d205
< %{_bindir}/rrdcreate
< %{_bindir}/rrdinfo
238,239c236,237
< %{_prefix}/share/rrdtool/ifOctets.tcl
< %{_prefix}/share/rrdtool/pkgIndex.tcl
---
%{_libdir}/rrdtool/ifOctets.tcl
%{_libdir}/rrdtool/pkgIndex.tcl
Thanks a lot!%{_libdir}/rrdtool/pkgIndex.tcl
Adrian