Changes between Version 5 and Version 6 of ganglia


Ignore:
Timestamp:
08/24/2012 06:16:57 PM (14 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ganglia

    v5 v6  
    3232装pango-1.28.4.tar.gz[[BR]] 
    3333 
    34  
     34tar zxvfrrdtool-1.4.7.tar.gz [[BR]] 
     35cd rrdtool-1.4.7[[BR]] 
     36./configure --prefix=/usr/local/rrdtool 
     37make[[BR]] 
     38make install 
    3539 
    3640== 安装apr以及apr-util == 
     
    7478tar zxvf  ganglia-3.4.0 .tar.gz[[BR]] 
    7579cd ganglia-3.4.0 [[BR]] 
    76 ./configure --with-libapr=/usr/local/apr --with-gmetad --enable-gexec --enable-status --sysconfdir=/etc/ganglia[[BR]] 
     80./configure --with-libapr=/usr/local/apr --with-librrd=/usr/local/rrdtool --with-gmetad --enable-gexec --enable-status --sysconfdir=/etc/ganglia[[BR]] 
    7781make [[BR]] 
    7882make install