Changes between Version 1 and Version 2 of ganglia


Ignore:
Timestamp:
08/23/2012 05:50:27 PM (14 years ago)
Author:
liaojiaohe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ganglia

    v1 v2  
    66== 安装apr以及apr-util == 
    77 
    8 tar zxvf  apr-1.4.6.tar.gz 
    9 cd apr-1.4.6 
    10 ./configure  
    11 make 
     8tar zxvf  apr-1.4.6.tar.gz[[BR]] 
     9 
     10cd apr-1.4.6[[BR]] 
     11 
     12./configure [[BR]] 
     13 
     14make[[BR]] 
     15 
    1216make install 
    1317 
    14 tar zxvf apr-util-1.4.1.tar.gz 
    15 cd apr-util-1.4.1 
    16 ./configure --with-apr=/usr/local/apr  
    17 make 
     18tar zxvf apr-util-1.4.1.tar.gz[[BR]] 
     19 
     20cd apr-util-1.4.1[[BR]] 
     21 
     22./configure --with-apr=/usr/local/apr[[BR]] 
     23  
     24make[[BR]] 
     25 
    1826make install 
    1927 
    20 同样64位机器需要拷贝动态链接库 
    21 /bin/cp -f /usr/local/apr/include/apr-1/* /usr/local/apr/include/ 
    22 mkdir -p /usr/local/apr/lib64 
     28同样64位机器需要拷贝动态链接库[[BR]] 
     29 
     30/bin/cp -f /usr/local/apr/include/apr-1/* /usr/local/apr/include/[[BR]] 
     31 
     32mkdir -p /usr/local/apr/lib64[[BR]] 
     33 
    2334/bin/cp -a -f /usr/local/apr/lib/* /usr/local/apr/lib64/ 
    2435 
     
    2637== 安装confuse == 
    2738 
    28 tar zxvf confuse-2.7.tar.gz 
    29 cd confuse-2.7 
    30 ./configure CFLAGS=-fPIC --disable-nls  
    31 make 
     39tar zxvf confuse-2.7.tar.gz[[BR]] 
     40 
     41cd confuse-2.7[[BR]] 
     42 
     43./configure CFLAGS=-fPIC --disable-nls [[BR]] 
     44 
     45make[[BR]] 
     46 
    3247make install 
    3348 
     
    3550== 安装pcre == 
    3651 
    37 tar zxvf  pcre-8.31.tar.gz 
    38 cd pcre-8.31 
    39 ./configure  
    40 make  
     52tar zxvf  pcre-8.31.tar.gz[[BR]] 
     53 
     54cd pcre-8.31[[BR]] 
     55 
     56./configure [[BR]] 
     57 
     58make [[BR]] 
     59 
    4160make install 
    4261 
    4362== 安装ganglia == 
    4463 
    45 tar zxvf  ganglia-3.4.0 .tar.gz 
    46 cd ganglia-3.4.0  
    47 ./configure --with-libapr=/usr/local/apr 
    48 make  
     64tar zxvf  ganglia-3.4.0 .tar.gz[[BR]] 
     65 
     66cd ganglia-3.4.0 [[BR]] 
     67 
     68./configure --with-libapr=/usr/local/apr[[BR]] 
     69 
     70make [[BR]] 
     71 
    4972make install