hey guys.. thanks for your replies.. I have gotten it working by compiling my own rrdtool and specifying --with-rrdtool on compile....
best! tim ----- Original Message ----- From: "Dan Pilcheck" <[email protected]> To: [email protected] Sent: Wednesday, October 19, 2011 8:16:20 AM Subject: Re: [Ntop] configure script can't find rrdtool I'm running Debian, but make sure you have all the *-dev packages. Once I did that I was able to compile without having to specify a --with-rrd-home. On Wed, Oct 19, 2011 at 7:40 AM, Riccardo Bortolameotti <[email protected]> wrote: > i've got the same problem, when i installed it from repository. (yum install > rrdtool) > > Try to install rddtool manually, there are many tutorials that explain how > to do it (like this > http://www.cyberciti.biz/faq/howto-install-rrdtool-on-rhel-linux/) > > R. > > 2011/10/19 Tim Dunphy <[email protected]> >> >> hello list!! >> >> I am attempting to install ntop v4.10 under CentOS release 5.6 but I am >> running into an issue when I try to specify the rrdtool that I have already >> installed. It is indeed already there and both ganglia and cacti are already >> using it. >> Here's a sample of the output I see: >> >> checking for zlibVersion in -lz... yes >> checking for main in -lrrd_th... no >> configure: error: Unable to find RRD at /usr/local: please use >> --with-rrd-home=DIR >> >> I have tried the following values to no avail: >> >> #./autogen.sh --with-rrd-home=/usr/lib/librrd.so.2 >> #./autogen.sh --with-rrd-home=/usr/lib >> #./autogen.sh --with-rrd-home=/usr/bin/rrdtool >> #./autogen.sh --with-rrd-home=/usr/bin >> >> >> >> Here's some info on the version of rrdtool I have installed: >> >> [root@VIRTCENT11:/usr/local/src/ntop-4.1.0] #rpmquery -i rrdtool >> Name : rrdtool Relocations: (not relocatable) >> Version : 1.2.27 Vendor: Fedora Project >> <http://bugzilla.redhat.com/bugzilla> >> Release : 3.el5 Build Date: Sun 06 Apr 2008 >> 12:01:01 AM EDT >> Install Date: Sun 09 Oct 2011 09:31:53 PM EDT Build Host: >> hammer2.fedora.redhat.com >> Group : Applications/Databases Source RPM: >> rrdtool-1.2.27-3.el5.src.rpm >> Size : 875451 License: GPL >> Packager : Fedora Project <http://bugzilla.redhat.com/bugzilla> >> URL : http://oss.oetiker.ch/rrdtool/ >> Summary : Round Robin Database Tool to store and display time-series >> data >> >> >> [root@VIRTCENT11:/usr/local/src/ntop-4.1.0] #locate rrdtool >> /usr/bin/rrdtool >> /usr/local/rrdtool >> /usr/share/rrdtool >> /usr/share/man/man1/rrdtool.1.gz >> /usr/share/rrdtool/fonts >> /usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf >> >> >> [root@VIRTCENT11:/usr/local/src/ntop-4.1.0] #locate librrd >> /usr/lib/librrd.so.2 >> /usr/lib/librrd.so.2.0.13 >> /usr/lib/librrd_th.so.2 >> /usr/lib/librrd_th.so.2.0.13 >> /var/rrdtool >> >> Thanks in advance for your help with this! >> >> tim _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
