danny 2006-11-19 18:35
ntop 安裝方法
1.先下載ntop-current套件
[code]#wget http://www.ihao.org/download/ntop-current.tgz[/code]
2.執行解壓縮
[code]#tar zxvf ntop-current.tgz[/code]
3.開始安裝
[code]cd ntop-current/gdchart0.94c
./configure
cd gd-1.8.3/libpng-1.2.4
cp -f scripts/makefile.linux Makefile
make
cd ../../zlib-1.1.4
./configure
make
cd ..
make
cd ../ntop
./configure
make
make install[/code]
4.Creat 放置暫存檔的地方
[code]mkdir -p /home/ntop_db
chown 99.99 /home/ntop_db
[/code]
5. 初次執行系統,並且輸入管理者密碼
[code]/usr/local/bin/ntop -u nobody -P /home/ntop_db[/code]