Difference between revisions of "Sawmill Debian"

From MS Computech
Jump to: navigation, search
Line 7: Line 7:
 
3.ทำการแตก และ Compile package  
 
3.ทำการแตก และ Compile package  
 
<pre>#tar zxvf&nbsp;sawmill7.2.15_crypt_src.tar.gz
 
<pre>#tar zxvf&nbsp;sawmill7.2.15_crypt_src.tar.gz
 +
 +
#cd sawmill-7.2.15/
  
 
#./configure --diasable-mysql
 
#./configure --diasable-mysql
  
 
#make sawmill</pre>
 
#make sawmill</pre>

Revision as of 12:49, 3 September 2008

วิธีการ Compile Sawmill log analyzer บน Debian Etch

1.ติดตั้ง Packages ที่จำเป็น

#apt-get install syslog-ng build-essential autoconf m4

2. Download Sawmill

#wget http://www.sawmill.net/download/sawmill/7.2.15/sawmill7.2.15_crypt_src.tar.gz

3.ทำการแตก และ Compile package

#tar zxvf sawmill7.2.15_crypt_src.tar.gz

#cd sawmill-7.2.15/

#./configure --diasable-mysql

#make sawmill