Home > ntop configure > ntop configure error unable to find rrd at

Ntop Configure Error Unable To Find Rrd At

Post #1 of 3 (13574 views) Permalink Unable to compile NTOP in FC5 I downloaded the latest NTOP via CVS. I am trying to compile the NTOP in a Fedora Core 5 OS. I used the autogen.sh to compile the NTOP. I am getting an error which I have no idea how-to fix it. Does anyone encounter this erro in FC5 and know how-to fix it? Thanks. ./autogen.sh configure: error: Unable to find RRD in the specified rrd 1.2.x directory paul at expsys Aug2,2006,12:54PM Post #2 of 3 (13448 views) Permalink Re: Unable to compile NTOP in FC5 [In reply to] Bryan, You first need to... Install latest version of rrdtool http://oss.oetiker.ch/rrdtool/ You then need to run ntop "./configure --with-rrd-home=DIR" Usually /usr/local/rrdtool-1.2.x. OR cd /usr/local ln -s rrdtool-1.2.15 rrdtool This worked for me under FC5. Paul Paul Woroshow Expert Systems Resources inc.; web http://www.expsys.com 56 Shorting Road, Toronto, Ontario, M1S 3S3, Canada phone (416) 299-7017 x222; fax (416) 291-2059 "Bryan Fung" Sent by: ntop-bounces [at] unipi 08/02/2006 03:28 PM Please respond to ntop [at] unipi To ntop [at] unipi cc Subject [Ntop] Unable to compile NTOP in FC5 I downloaded the latest NTOP via CVS. I am trying to compile the NTOP in a Fedora Core 5 OS. I used the autogen.sh to compile the NTOP. I am getting an error which I have no idea how-to fix it. Does anyone encounter this erro in FC5 and know how-to fix it? Thanks. ./autogen.sh configure: error: Unable to find RRD in the specified rrd 1.2.x directory _______________________________________________ Ntop mailing list Ntop [at] unipi http://listgateway.unipi.it/mailman/listinfo/ntop Burton at ntopSupport Aug5,2006,5:50AM Post #3 of 3 (13434 views) Permalink RE: Unable to compile NTOP in FC5 [In reply to] You should be able to do that as part of ./autoGen.sh - parameters get passed through to the generated ./configure, e.g.: ./autoGen.sh --with-rrd-home=DIR -----Burton _____ From: ntop-bounces [at] unipi [mailto:ntop-

Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Server Fault Questions Tags Users Badges Unanswered Ask Question _ Server Fault is a question and answer site for system and network administrators. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Problem installing ntop on FreeBSD 6.2 up vote 1 http://www.gossamer-threads.com/lists/ntop/users/18930 down vote favorite I'm following the instructions at http://www.ntop.org/download.html. At some point during the ./configure phase of the install, I get this error message: configure: error: Unable to find RRD at /usr/local/rrdtool: please use --with-rrd-home=DIR I run which rrdtool and I get: /usr/local/bin/rrdtool ...so I run: ./configure --with-rrd-home=/usr/local/bin/rrdtool The installation continues, until it fails at the same spot, same error. I've tried a bunch of varying paths, like: `./configure --with-rrd-home=/usr/local/bin/` `./configure --with-rrd-home=/usr/local/bin` `[...]` `./configure --with-rrd-home=/usr` ... http://serverfault.com/questions/5099/problem-installing-ntop-on-freebsd-6-2 as I read in a suggestion while Googling the problem. If it matters, I don't have root access on this machine. It's a dedicated server at my web host. Any suggestions? freebsd rrdtool configuration ntop share|improve this question asked May 6 '09 at 0:58 Ian 72841828 add a comment| 4 Answers 4 active oldest votes up vote 7 down vote accepted Even better than all of the previous answers, why are you trying to install this by hand? The ports tree contains ntop: http://www.freshports.org/net/ntop/ So if you have the ports tree installed (if not, check the FreeBSD Handbook on using ports) The ports tree is an amazing feature for FreeBSD in that it does the dependency tracking and compiles said dependencies for you. The version in the ports tree is outdated by 2 versions from what I can see, generally a nice email to the port maintainer can help you solve that issue! Edit: Re-read your question and it seems that you are not running as root, how are you planning on getting access to a bpf device to log packets? share|improve this answer answered May 6 '09 at 2:16 X-Istence 547718 1 Thank you for saying that. ;-) Why use FreeBSD at all when you do not take advantage of ports. –Till May 30 '09 at 23:50 +1, he'll n

Storage SAN NAS Projects About Home > IT Architecture, Networking Security http://www.doxer.org/ntop-installation-and-usage-howto/ > ntop installation and usage howto ntop installation and usage howto March 7th, 2012 ###ntop installation PS:if you encountered errors like the following during nagios installation using ./autogen.sh, then you may be interested in this article: 1.configure: error: Unable to find RRD at /usr/local: please ntop configure use --with-rrd-home=DIR 2.checking for GeoIP_record_by_ipnum in -lGeoIP... no checking for GeoIP_name_by_ipnum_v6 in -lGeoIP... no Please install GeoIP (http://www.maxmind.com/) 3.checking for pcap_lookupdev in -lpcap... no *** FATAL ERROR *** It looks that you don't have the libpcap distribution installed. Download, compile and, optionally, install it. When finished ntop configure error please re-run this program. You can download the latest source tarball at http://www.tcpdump.org/ configure: error: The LBL Packet Capture Library, libpcap, was not found! Now let's go to the topic of this article: #1.install rrdtool #PS: if you encounter error "Pango-WARNING **: failed to choose a font, expect ugly output", then you'll need install xorg-x11-font* as stated below yum -y install cairo-devel libxml2-devel pango-devel pango libpng-devel freetype freetype-devel libart_lgpl-devel gdbm-devel xorg-x11-font* wget 'http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.7.tar.gz' -O ../rrdtool-1.4.7.tar.gz cd ../ tar zxvf rrdtool-1.4.7.tar.gz echo $PKG_CONFIG_PATH export PKG_CONFIG_PATH=/usr/lib/pkgconfig/ cd rrdtool-1.4.7 ./configure make make install cd /opt ln -s rrdtool-1.4.7 rrdtool cd rrdtool cd share/rrdtool/examples/ ./stripes.pl cp stripes.png /var/www/html/crystal #then visit the picture to see whether it's loading or not #2.install libpcap from source wget 'http://www.tcpdump.org/release/libpcap-1.2.1.tar.gz' configure/make/make install #3.install geoip wget 'http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz' configure/make/make install #4.install ntop ./autogen.sh --with-rrd-home=/opt/rrdtool make make install useradd n

 

Related content

ntop configure error unable to find rrd at /usr/local

Ntop Configure Error Unable To Find Rrd At usr local p Post of views Permalink Unable relatedl to compile NTOP in FC I downloaded the latest NTOP via CVS I am trying to compile the NTOP in a Fedora Core OS I used the autogen sh to compile the NTOP I am getting an error which I have no idea how-to fix it Does anyone encounter this erro in FC and know how-to fix it Thanks autogen sh configure error Unable to find RRD in the specified rrd x directory Aug PM Post of views Permalink Re Unable to compile

ntop configure error unable to find rrd

Ntop Configure Error Unable To Find Rrd p Post of views Permalink Unable relatedl to compile NTOP in FC I downloaded the latest NTOP via CVS I am trying to compile the NTOP in a Fedora Core OS I used the autogen sh to compile the NTOP I am getting an error which I have no idea how-to fix it Does anyone encounter this erro in FC and know how-to fix it Thanks autogen sh configure error Unable to find RRD in the specified rrd x directory Aug PM Post of views Permalink Re Unable to compile NTOP in FC