
今現在、トラフィックを監視するため NTOPが稼動中です。

リアルタイムに表示してくれる 便利なツールです。
監視そのものには 問題はないのですが・・・

たぶん・・・グラフィックライブラリが(;一_一)
上手い事インストールされていない。
もう一度 実験兼ねて 別のマシーンに
インストールを試みたのですが。
8月4日 PM11:30現在
ハマリまくって 脱出できません。
ムカつく!!
http://www.ntop.org/
(注:ntopには libpcapライブラリモジュールが必要です。)
各ディストリビューションごとに DL先が 分かれていたりします。
最初 どれだろ?!なんて 迷ったりしました。
Platform-Independent 無党派? これかな(笑)
ミラーサイトから/usr/local/src に ntop-2.2.tgz を落としました。
[root@localhost src]# wget http://easynews.dl.sourceforge.net/sourceforge/ntop/ntop-2.2.tgz
--19:44:47-- http://easynews.dl.sourceforge.net/sourceforge/ntop/ntop-2.2.tgz
=> `ntop-2.2.tgz'
easynews.dl.sourceforge.net をDNSに問いあわせています... 完了しました。
easynews.dl.sourceforge.net[140.99.102.30]:80 に接続しています... 接続しました。
HTTP による接続要求を送信しました、応答を待っています... 200 OK
長さ: 2,551,153 [application/x-gzip]
100%[========================================================>] 2,551,153 63.68K/s ETA 00:00
19:45:27 (63.68 KB/s) - `ntop-2.2.tgz' を保存しました [2551153/2551153]
[root@localhost src]# tar -zxvf ntop-2.2.tgz
ntop-2.2/
ntop-2.2/ntop/
ntop-2.2/ntop/ChangeLog
ntop-2.2/ntop/AUTHORS
ntop-2.2/ntop/CONTENTS
↓
↓ ごめんね。省略
↓
ntop-2.2/gdchart0.94c/zlib-1.1.4/zlib.html
ntop-2.2/gdchart0.94c/zlib-1.1.4/zutil.c
ntop-2.2/gdchart0.94c/zlib-1.1.4/zutil.h
[root@localhost src]# cd ntop-2.2
[root@localhost ntop-2.2]# ls
gdchart0.94c ntop
[root@localhost ntop-2.2]# cd ntop
[root@localhost ntop]# ./configure
↓
エラー出てます!!
checking trivial compile... configure: WARNING: error
*******************************************************************
*
* ERROR: A trivial c compile has failed. Something is seriously wrong.
*
* Check your --with-xxxxx-xxxxx parameters - if a library (-l)
* is not found in the locations given (-L) it causes these global
* compile problems. The library list being used is:
*
* LIBS= -L/usr/local/src/ntop-2.2/gdchart0.94c/zlib-1.1.4 -lz -L/usr/local/src/ntop-2.2/gdcha
rt0.94c -lgdchart -L/usr/local/src/ntop-2.2/gdchart0.94c/gd-1.8.3 -lgd -L/usr/local/src/ntop-2.2/gdc
hart0.94c/gd-1.8.3/libpng-1.2.4 -lpng
*
* The compile error message is:
*
/usr/bin/ld: cannot find -lgdchart
collect2: ld returned 1 exit status
*
*>>> No way to proceed.
*
*??? 1. Correct the --with-xxxxx-xxxxx parameters
*??? and Rerun ./configure
*
*******************************************************************
configure: error: Unable to continue... aborting ./configure
[root@localhost ntop]#