Difference between revisions of "Sawmill Debian"
From MS Computech
(New page: วิธีการ Compile Sawmill log analyzer บน Debian Etch 1.ติดตั้ง Packages ที่จำเป็น <pre>#apt-get install syslog-ng build-essential autoconf...) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | วิธีการ Compile Sawmill log analyzer บน Debian Etch | + | วิธีการ Compile Sawmill log analyzer บน Debian Etch |
− | 1.ติดตั้ง Packages ที่จำเป็น | + | 1.ติดตั้ง Packages ที่จำเป็น |
<pre>#apt-get install syslog-ng build-essential autoconf m4</pre> | <pre>#apt-get install syslog-ng build-essential autoconf m4</pre> | ||
− | 2. Download Sawmill | + | 2. Download Sawmill |
− | <pre>#wget | + | <pre>#wget http://www.sawmill.net/download/sawmill/7.2.15/sawmill7.2.15_crypt_src.tar.gz</pre> |
− | </pre> | + | 3.ทำการแตก และ Compile package |
− | 3.ทำการแตก และ Compile package | ||
<pre>#tar zxvf sawmill7.2.15_crypt_src.tar.gz | <pre>#tar zxvf sawmill7.2.15_crypt_src.tar.gz | ||
+ | |||
+ | #cd sawmill-7.2.15/ | ||
#./configure --diasable-mysql | #./configure --diasable-mysql | ||
− | #make sawmill</pre> | + | #make sawmill |
+ | |||
+ | #apt-get install libstdc++5 | ||
+ | |||
+ | #ln -s /usr/lib/libcrypto.so.0.9.8 /lib/libcrypto.so.4</pre> | ||
+ | 4.Run Sawmill | ||
+ | <pre>./sawmill</pre> | ||
+ | เปิด Browser ไปที่ [http://youripaddress:8987/ http://youripaddress:8987/] |
Latest revision as of 14:53, 30 May 2009
วิธีการ 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 #apt-get install libstdc++5 #ln -s /usr/lib/libcrypto.so.0.9.8 /lib/libcrypto.so.4
4.Run Sawmill
./sawmill
เปิด Browser ไปที่ http://youripaddress:8987/