Bonjour vous tous,
Je venais demander votre aide sur la configuration de ntop sous Centos 6. mon souci est que pour la configuration de ntop, il se trouve que j'ai des problèmes avec les préfixes. voilà un peu ma configuration :

1)
Code Shell : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
cd /opt
wget <a href="http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.5.tar.gz" target="_blank">http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.5.tar.gz</a>
tar -zxvf rrdtool-1.4.5.tar.gz
cd rrdtool-1.4.5
./configure –prefix=/usr/local/rrdtool
make && make install

2)
Code Shell : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
cd /opt
wget <a href="http://geolite.maxmind.com/download/geoip/api/c/GeoIP-1.4.8.tar.gz" target="_blank">http://geolite.maxmind.com/download/...P-1.4.8.tar.gz</a>
tar -zxvf GeoIP-1.4.8.tar.gz
cd GeoIP-1.4.8
./configure
make && make install

3)
Code Shell : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
cd /opt
wget http://downloads.sourceforge.net/pro...p-5.0.1.tar.gz
tar zxvf ntop-4.1.0.tar.gz
cd ntop-4.1.0
./autogen.sh -prefix=/usr/local/ntop (le problème est à ce niveau car j'ai configure error: unable to to find RRD at /usr/local/rrdtool: please use --with-rrd-home=DIR). 

Que dois-je faire ? j'ai besoin de votre aide. merci d'avance !