When I run ./configure I get a message about ssl.h not being installed, but I am not going to use ssh, and a message about xmldump not going to be installed which is fine.
When I run make it is ok until I get the following messages, which I need help moving beyond. --gnu Makefile make[2]: Leaving directory `/root/ntop-current/ntop' Making all in plugins make[2]: Entering directory `/root/ntop-current/ntop/plugins' Making all in . make[3]: Entering directory `/root/ntop-current/ntop/plugins' source='icmpPlugin.c' object='icmpPlugin.lo' libtool=yes \ depfile='.deps/icmpPlugin.Plo' tmpdepfile='.deps/icmpPlugin.TPlo' \ depmode=gcc3 /bin/sh ../depcomp \ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/root/ntop-current/ntop/myrrd -DLINUX -I/usr/local/include -I/root/ntop-current/ntop/myrrd -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -c -o icmpPlugin.lo `test -f 'icmpPlugin.c' || echo './'`icmpPlugin.c rm -f .libs/icmpPlugin.lo gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/root/ntop-current/ntop/myrrd -DLINUX -I/usr/local/include -I/root/ntop-current/ntop/myrrd -g -O2 -I/usr/local/include -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -c icmpPlugin.c -MT icmpPlugin.lo -MD -MP -MF .deps/icmpPlugin.TPlo -fPIC -DPIC -o .libs/icmpPlugin.lo icmpPlugin.c: In function `formatSentRcvd': icmpPlugin.c:161: too few arguments to function `formatPkts' icmpPlugin.c:161: too few arguments to function `formatPkts' icmpPlugin.c: In function `handleIcmpWatchHTTPrequest': icmpPlugin.c:288: too few arguments to function `printHTMLheader' icmpPlugin.c:292: parse error before "STR_SHOW_PLUGINS" icmpPlugin.c:344: too few arguments to function `makeHostLink' icmpPlugin.c:349: too few arguments to function `formatBytes' icmpPlugin.c:354: too few arguments to function `formatBytes' icmpPlugin.c:402: parse error before "STR_SHOW_PLUGINS" icmpPlugin.c: At top level: icmpPlugin.c:428: warning: initialization makes integer from pointer without a cast icmpPlugin.c:429: warning: initialization from incompatible pointer type icmpPlugin.c:431: warning: initialization from incompatible pointer type make[3]: *** [icmpPlugin.lo] Error 1 make[3]: Leaving directory `/root/ntop-current/ntop/plugins' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/ntop-current/ntop/plugins' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/ntop-current/ntop' make: *** [all] Error 2 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Burton M. Strauss III Sent: Friday, January 30, 2004 9:39 AM To: [EMAIL PROTECTED] Subject: RE: [Ntop] RE:NTOP and RRD ntop versions after something in the 2.2.52 range include a static, frozen rrd, myrrd, and ignore any rrd installed on the system. So, although you might want to install rrdtool to have the command line program (for data extract, etc.), it's not necessary nor required. Further, there's no such message in the source... setPluginStatus("Disabled - requires POSIX thread support."); setPluginStatus("Disabled - unable to create rrd base directory."); setPluginStatus("Disabled - unable to create rrd subdirectory."); are the only ones. It sounds like you're not running the version of ntop you think you are, but are in fact running 2.2 or 2.2c. Maybe you have a version installed in both /usr/bin and /usr/local/bin..... -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin > Phillips > Sent: Friday, January 30, 2004 8:17 AM > To: [EMAIL PROTECTED] > Subject: [Ntop] RE:NTOP and RRD > > > I downloaded ntop-2.2.95.gz, compiled and installed it. > I am running on RedHat 9. > I am running rrdtool-1.0.45-1 > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of > Stephan Knabe > Sent: Thursday, January 29, 2004 4:52 PM > To: [EMAIL PROTECTED] > Subject: Re: [Ntop] (no subject) > > On Thu, 29 Jan 2004, Kevin Phillips wrote: > > > I have looked through the docs that I can find, and have RRD installed > > but when I try to configure the rrdPlugin from the admin page I get > told > > that the plugin is disabled as ntop has not been compiled with RRD > > support. > > What kind of ntop are you using? > What OS? > Prebuilt package or self compiled ? > ... > > Please tell us more and use a subject. > > > How do I compile with RRD support? > > It is enabled by default. > > regards > > Stephan Knabe > > _______________________________________________ > Ntop mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop > > > _______________________________________________ > Ntop mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop > _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
