Skip to content

Instantly share code, notes, and snippets.

@deanet
Created June 30, 2011 09:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deanet/1055948 to your computer and use it in GitHub Desktop.
Save deanet/1055948 to your computer and use it in GitHub Desktop.
Install RRD TOOL 1.4.5
428 wget -c http://oss.oetiker.ch/rrdtool/pub/libs/pixman-0.10.0.tar.gz
430 tar -xvf pixman-0.10.0.tar.gz
431 cd pixman-0.10.0
443 ./configure
444 make
445 make install
419 wget -c http://oss.oetiker.ch/rrdtool/pub/libs/cairo-1.6.4.tar.gz
420 tar -xvf cairo-1.6.4.tar.gz
421 cd cairo-1.6.4
449 export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig
512 ./configure
513 make
514 make install
error: pixman> = 0.10.0 d
http://xinet.kr/tc/89?category=0
456 wget -c http://oss.oetiker.ch/rrdtool/pub/libs/glib-2.15.4.tar.gz
457 tar -xvf glib-2.15.4.tar.gz
458 cd glib-2.15.4
506 ./configure
507 make
508 make install
460 ./configure --prefix=/usr/local/glib
461 make
462 make install
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/local/glib/lib/pkgconfig/
499 wget -c http://oss.oetiker.ch/rrdtool/pub/libs/pango-1.21.1.tar.bz2
500 tar -xvf pango-1.21.1.tar.bz2
501 cd pango-1.21.1
519 ./configure
520 make
521 make install
414 wget -c http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.5.tar.gz
415 tar -xvf rrdtool-1.4.5.tar.gz
416 cd rrdtool-1.4.5
523 ./configure --prefix=/usr/local/rrdtool
524 make
525 make install
[root@mrtg rrdtool-1.4.5]# /usr/local/rrdtool/bin/rrdtool -v
RRDtool 1.4.5 Copyright 1997-2010 by Tobias Oetiker <tobi@oetiker.ch>
Compiled Jun 30 2011 09:04:17
Usage: rrdtool [options] command command_options
Valid commands: create, update, updatev, graph, graphv, dump, restore,
last, lastupdate, first, info, fetch, tune,
resize, xport, flushcached
RRDtool is distributed under the Terms of the GNU General
Public License Version 2. (www.gnu.org/copyleft/gpl.html)
For more information read the RRD manpages
[root@mrtg rrdtool-1.4.5]#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment