Marc,
Starting some time ago, Luca decided that rrdtool will no longer be
distributed with ntop, instead Ntop relies on whatever rrdtool finds on
the system. If it doesn't find one then it will complain.
and number 2..... when you do
yum install rrdtool-devel
in fedora, rrd-home should be specified as /usr not /usr/bin, because
rrd also installs files in other /usr places:
# rpm -q -l rrdtool-devel
/usr/include/rrd.h
/usr/lib/librrd.so
/usr/lib/librrd_th.so
/usr/lib/tclrrd1.2.18.so
# rpm -q -l rrdtool
/usr/bin/rrdcgi
/usr/bin/rrdtool
/usr/bin/rrdupdate
/usr/lib/librrd.so.2
/usr/lib/librrd.so.2.0.9
/usr/lib/librrd_th.so.2
/usr/lib/librrd_th.so.2.0.8
/usr/share/man/man1/bin_dec_hex.1.gz
/usr/share/man/man1/cdeftutorial.1.gz
/usr/share/man/man1/rpntutorial.1.gz
/usr/share/man/man1/rrd-beginners.1.gz
/usr/share/man/man1/rrdbuild.1.gz
/usr/share/man/man1/rrdcgi.1.gz
/usr/share/man/man1/rrdcreate.1.gz
/usr/share/man/man1/rrddump.1.gz
/usr/share/man/man1/rrdfetch.1.gz
/usr/share/man/man1/rrdfirst.1.gz
/usr/share/man/man1/rrdgraph.1.gz
/usr/share/man/man1/rrdgraph_data.1.gz
/usr/share/man/man1/rrdgraph_examples.1.gz
/usr/share/man/man1/rrdgraph_graph.1.gz
/usr/share/man/man1/rrdgraph_rpn.1.gz
/usr/share/man/man1/rrdinfo.1.gz
/usr/share/man/man1/rrdlast.1.gz
/usr/share/man/man1/rrdlastupdate.1.gz
/usr/share/man/man1/rrdresize.1.gz
/usr/share/man/man1/rrdrestore.1.gz
/usr/share/man/man1/rrdthreads.1.gz
/usr/share/man/man1/rrdtool.1.gz
/usr/share/man/man1/rrdtune.1.gz
/usr/share/man/man1/rrdtutorial.1.gz
/usr/share/man/man1/rrdupdate.1.gz
/usr/share/man/man1/rrdxport.1.gz
/usr/share/rrdtool
/usr/share/rrdtool/fonts
/usr/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf
so you should use:
./autogen.sh --with-rrd-home=/usr
this is how i build ntop on fedora core 6 here:
./autogen.sh --prefix=/var/ntop --enable-dependency-tracking --with-pic
--without-ssl --disable-ssl --disable-sslv3 --enable-largerrdpop
--enable-jumbo-frames --with-rrd-home=/usr
However, I think that --disable-ssl is obsolete by now ... i've been
keeping it there for a long time and autogen/configure does not complain
about it, so i'll keep it there for a while.
Adrian.
Marc Williams wrote:
Running Centos 4.4
[EMAIL PROTECTED] ntop]# /usr/bin/rrdtool --help
RRDtool 1.2.18 Copyright 1997-2007 by Tobias Oetiker <[EMAIL PROTECTED]>
Compiled Jan 26 2007 12:50:23
./autogen.sh --with-rrd-home=/usr/bin
checking for RRD home... yes
checking for main in -lrrd_th... no
configure: error: Unable to find RRD at /usr/bin: please use
--with-rrd-home=DIR
[EMAIL PROTECTED] ntop]#
Any ideas?
--
Marc
------------------------------------------------------------------------
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop
_______________________________________________
Ntop mailing list
[email protected]
http://listgateway.unipi.it/mailman/listinfo/ntop