Home > ntop error > ntop error unable to find rrd

Ntop Error Unable To Find Rrd

Post #1 of 4 (3557 views) Permalink configure script can't find rrdtool 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 [at] VIRTCENT1:/usr/local/src/ntop-4.1.0] #rpmquery -i rrdtool Name : rrdtool Relocations: (not relocatable) Version : 1.2.27 Vendor: Fedora Project 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 URL : http://oss.oetiker.ch/rrdtool/ Summary : Round Robin Database Tool to store and display time-series data [root [at] VIRTCENT1:/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 [at] VIRTCENT1:/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 Ntop [at] listgateway http://listgateway.unipi.it/mailman/listinfo/ntop r.bortolameo

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/27836 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

on CentOS 5.5 64bits March 24th, 2011 Leave a comment Go to comments Quick and easisest way: wget http://felipeferreira.net/index.php/2011/03/how-to-install-ntop-on-centos-5-5-64bits/ http://apt.sw.be/redhat/el5/en/x86_64/rpmforge/RPMS//rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm rpm -Uvh rpmforge-release-0.3.6-1.el5.rf.x86_64.rpm yum install ntop # Get yum ready yum clean all yum update # Install Development Tools yum groupinstall "Development Tools" # Install more ntop Dependencies yum install libpcap-devel libpcap # Install RDD tools dependencies yum install cairo-devel libxml2-devel pango-devel pango libpng-devel freetype freetype-devel libart_lgpl-devel # Download, compile and ntop error install RDDTools wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.5.tar.gz tar xvzf rrdtool-1.4.5.tar.gz cd rrdtool-1.4.5 ./configure make make install # Download, compile and Install GeopIP wget http://geolite.maxmind.com/download/geoip/api/c/GeoIP.tar.gz tar xvzf GeoIP.tar.gz cd GeoIP-1.4.6/ ./configure ./make ./make install NOTE: config at: /usr/local/etc/GeoIP.conf #Download, compile and install nTop 4.0.1 wget http://cdnetworks-us-1.dl.sourceforge.net/project/ntop/ntop/ntop-4.0.1/ntop-4.0.1.tar.gz tar xvzf ntop4.0.1.tar.gz cd ntop-4.0.1/ autoconf ./configure -with-rrd-home=/opt/rrdtool-1.4.4/ make make install ntop error unable # Add ntop user and directory permissions. useradd -M -s /sbin/nologin -r ntop chown -R ntop:root /usr/local/var/ntop/ chown -R ntop:ntop /usr/local/share/ntop/ # Set ntop password ntop -A # To start ntop on boot nano /etc/rc.local # and add: /usr/local/bin/ntop -i "eth0,eth1" -d -L -u ntop -P /usr/local/ you have multiple interface (eth0, eth1 and so on), start ntop as follows: # To start ntop /usr/bin/ntop -i "eth0" -d -L -u ntop -P /var/ntop -skip-version-check -use-syslog=daemon htpasswd -c /etc/httpd/.htpasswd segredes Where, * -i "eth0,eth1" : Specifies the network interface or interfaces to be used by ntop for network monitoring. Here you are monitoring eth0 and eth1. * -d : Run ntop as a daemon. * -L : Send all log messages to the system log (/var/log/messages) instead of screen. * -u ntop : Start ntop as ntop user * -P /usr/local/var/ntop : Specify where ntop stores database files. You may need to backup database as part of y

 

Related content

ntop error opening file geolitecity dat

Ntop Error Opening File Geolitecity Dat p Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Software SOLVED ntop service start error User Name Remember Me Password Linux relatedl - Software This forum is for Software issues Having a problem installing a new program Want to know which application is best for the job Post your question in this forum Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our community you will have the ability to post topics receive our

ntop error unable to find rrd at /usr/local

Ntop Error Unable To Find Rrd At usr local p Post of views Permalink Unable to compile relatedl 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

ntop error

Ntop Error table id toc tbody tr td div id toctitle Contents div ul li a href Ntopng a li ul td tr tbody table p shelby New Member Hello -following the wonderful How to on network monitoring with ntop This is exactly what I want relatedl to do I am new to Linux - using Ubuntu feisty error opening file geolitecity dat xplico Have installed ntop but when I try to start ntop get the following in p h id Ntopng p the error log This is a brand new install and I have done nothing to install configure

ntop error 400

Ntop Error table id toc tbody tr td div id toctitle Contents div ul li a href Ntop Default Password a li li a href Ntop Network Monitoring a li li a href How To Use Ntop a li ul td tr tbody table p bug affects people Affects Status Importance Assigned relatedl to Milestone ntop Ubuntu Edit Confirmed configure ntop ubuntu Undecided Unassigned Edit You need to log in to change p h id Ntop Default Password p this bug's status Affecting ntop Ubuntu Filed here by G bor Lipt k When - - Confirmed - - ntop command

ntop error opening file ./geolitecity.dat error opening file ./geoipasnum.dat

Ntop Error Opening File geolitecity dat Error Opening File geoipasnum dat p Tags Search LQ Wiki Search Tutorials Articles Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org relatedl Forums Linux Forums Linux - Software SOLVED ntop service start error User Name Remember Me Password Linux - Software This forum is for Software issues Having a problem installing a new program Want to know which application is best for the job Post your question in this forum Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining

ntop error interface eth0 is down

Ntop Error Interface Eth Is Down table id toc tbody tr td div id toctitle Contents div ul li a href Ntop Ubuntu a li li a href What Is Ntop a li li a href Ntop Vs Ntopng a li ul td tr tbody table p Importance Assigned to Milestone ntop Ubuntu Edit Fix Released Undecided Unassigned Edit You need to log in to change this relatedl bug's status Affecting ntop Ubuntu Filed here by Ralph ntop windows Corderoy When - - Confirmed - - Started work - - Completed - - Target Distribution Baltix p h id Ntop

ntop error null host detected

Ntop Error Null Host Detected table id toc tbody tr td div id toctitle Contents div ul li a href Ntop Default Username Password a li li a href Ntop Web Interface a li li a href No Interface Has Been Configured Please Configure Ntop First a li ul td tr tbody table p date thread subject author Hi All I have ntop setup recently relatedl in ubuntu server After running days I ntop configuration got some logs from ntop Mon Jun ERROR NULL host p h id Ntop Default Username Password p detected Mon Jun ERROR NULL host detected

ntop error traversing database

Ntop Error Traversing Database p by date thread subject author please update to the latest svn code Luca On Sep at PM ROB POWELL wrote Wonder if anyone can help I'm getting the following error a lot with a new NTOP build error traversing Database for ipnum xxxxxxxxxxx installed versions NTOP svn LIBEVENT -stable OS Ubuntu Server Ntop-dev mailing list Ntop-dev at unipi it http listgateway unipi it mailman listinfo ntop-dev Previous message Ntop-dev error traversing Database for ipnum Next message Ntop-dev error traversing Database for ipnum Messages sorted by date thread subject author More information about the Ntop-dev mailing

ntop error 10

Ntop Error p subject author Its a strange error relatedl and i didnt get any solution to it but you never know that this is causing some problem in the data collection Date Sat Aug - From Ggatten at waddell com To ntop at unipi it Subject Re Ntop Error during sending page If its not very often and not causing any probs try to ignore it Else maybe try a different browser Also check the FAQ and man there are a couple tweaks for web server stuff that may or may not help From ntop-bounces at unipi it To

ntop error geolitecity.dat

Ntop Error Geolitecity dat p communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed relatedl 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 Ask Ubuntu Questions Tags Users Badges Unanswered Ask Question Ask Ubuntu is a question and answer site for Ubuntu users and developers Join them it only takes a minute Sign

ntop error buffer too short

Ntop Error Buffer Too Short p Post of views Permalink ntop - relatedl buffer too short error I'm running ntop on Linux When I click IP - Summary - Multicast and try to sort by data sent the HTML page goes blank multicastStats html col The HTML source is also blank And the if I click something else I see blank But everything comes back after a few minutes and then if I click the Multicast page again the process repeats In var log messages I see ERROR Buffer too short report c increase to at least ERROR Buffer too

ntop error gdbm header or library routines are missing

Ntop Error Gdbm Header Or Library Routines Are Missing p Post of views Permalink gdbm header or library routines are relatedl missing error I am getting the following error while compiling ntop yes I know is old on a Cobalt Raq libgdbm so exist in usr lib and gdbm h exist in usr include I search Google with no luck I have also tried --with-gdbm-root usr lib and nothing Any ideas how to fix this Thanks -pa Testing Required libraries and headers checking for required C headers ok checking for crypt ok checking for dynamic load module ok checking for