Created
June 30, 2011 09:54
-
-
Save deanet/1055948 to your computer and use it in GitHub Desktop.
Install RRD TOOL 1.4.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]> | |
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