Take it up with the ports people. I've tried to get ntop updates in there and never even hand the courtesy of a reply.
FWIW, the version of xmldumpPlugin in the cvs works, the version in 3.1 does not. That's another story. -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday, June 12, 2005 9:16 AM To: [email protected] Subject: [Ntop] ntop on freebsd 5.4 with cvsup from today cant get installed i tryed to install ntop from the portstree of freebsd 5.4 . i fetched a cvsup portsupdate today. there are serveral errors or problems whichone i do not understand. 1.) # cd /usr/ports/net/ntop # make clean && make && make all install .... ******************************************************************* * * WARNING: One or more items required for the xmldump plugin are * missing: * * xmlversion.h...yes * libxml2.so or libxml2.a...yes * gdome.h...yes * libgdome.so or libgdome.a...yes * glib.h...yes * libglib.so or libglib.a... * glibconfig.h...yes * * (yes means it was found, no means it was not found) erm cant read a "no" whichone is missing? libglib.so or libglib.a...?!? 2.) .... gmake[4]: Leaving directory `/usr/ports/net/ntop/work/ntop' if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/include -I../myrrd -I/usr/local/include/libxml2 -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib-2.0 -DFREEBSD -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/include -I/usr/include -g -O -pipe -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -MT xmldumpPlugin.lo -MD -MP -MF ".deps/xmldumpPlugin.Tpo" -c -o xmldumpPlugin.lo xmldumpPlugin.c; \ then mv -f ".deps/xmldumpPlugin.Tpo" ".deps/xmldumpPlugin.Plo"; else rm -f ".deps/xmldumpPlugin.Tpo"; exit 1; fi rm -f .libs/xmldumpPlugin.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/local/include -I/usr/include -I../myrrd -I/usr/local/include/libxml2 -I/usr/local/include/libxml2/libxml -I/usr/local/include/libgdome -I/usr/local/include/glib-2.0 -DFREEBSD -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/include -I/usr/include -g -O -pipe -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -MT xmldumpPlugin.lo -MD -MP -MF .deps/xmldumpPlugin.Tpo -c xmldumpPlugin.c -fPIC -DPIC -o .libs/xmldumpPlugin.lo xmldumpPlugin.c:36:2: warning: #warning xmldumpPlugin.c:37:2: warning: #warning =========================================================== xmldumpPlugin.c:38:2: warning: #warning xmldumpPlugin.c:39:2: warning: #warning The include of gdome.h that follows will generate a lot of xmldumpPlugin.c:40:2: warning: #warning compile warnings about 'shadows a global declaration'. xmldumpPlugin.c:41:2: warning: #warning Unfortunately, it's the way this crud is coded and can't xmldumpPlugin.c:42:2: warning: #warning be fixed. Just ignore them! xmldumpPlugin.c:43:2: warning: #warning In file included from /usr/local/include/glib-2.0/glib.h:69, from /usr/local/include/libgdome/gdome.h:27, from xmldumpPlugin.c:44: /usr/local/include/glib-2.0/glib/gthreadpool.h:88: warning: declaration of 'wait' shadows a global declaration /usr/include/sys/wait.h:103: warning: shadowed declaration is here In file included from xmldumpPlugin.c:44: /usr/local/include/libgdome/gdome.h:264: warning: declaration of 'index' shadows a global declaration /usr/include/strings.h:50: warning: shadowed declaration is here ... /usr/local/include/libgdome/gdome.h:1112: warning: declaration of 'version' shadows a global declaration ../globals-core.h:53: warning: shadowed declaration is here xmldumpPlugin.c:45:2: warning: #warning xmldumpPlugin.c:46:2: warning: #warning =========================================================== xmldumpPlugin.c:47:2: warning: #warning In file included from xmldumpPlugin.c:1165: xml_s_ntopinterface.inc: In function `newxml_ntopinterface': xml_s_ntopinterface.inc:494: warning: nested extern declaration of `BufferTooShort' xml_s_ntopinterface.inc:529: warning: nested extern declaration of `BufferTooShort' xml_s_ntopinterface.inc:565: warning: nested extern declaration of `BufferTooShort' In file included from xmldumpPlugin.c:1429: xml_s_simpleprototrafficinfo.inc: In function `newxml_simpleprototrafficinfo': xml_s_simpleprototrafficinfo.inc:46: error: structure has no member named `lastLocal' xml_s_simpleprototrafficinfo.inc:46: error: structure has no member named `lastLocal' xml_s_simpleprototrafficinfo.inc:52: error: structure has no member named `lastLocal2remote' xml_s_simpleprototrafficinfo.inc:52: error: structure has no member named `lastLocal2remote' xml_s_simpleprototrafficinfo.inc:58: error: structure has no member named `lastRem' xml_s_simpleprototrafficinfo.inc:58: error: structure has no member named `lastRem' xml_s_simpleprototrafficinfo.inc:64: error: structure has no member named `lastRem2local' xml_s_simpleprototrafficinfo.inc:64: error: structure has no member named `lastRem2local' In file included from xmldumpPlugin.c:1693: xml_g_invoke.inc: In function `dumpXML_invoke': xml_g_invoke.inc:71: warning: nested extern declaration of `BufferTooShort' xml_g_invoke.inc:79: error: structure has no member named `accessLogFile' xml_g_invoke.inc:85: error: structure has no member named `enablePacketDecoding' xml_g_invoke.inc:91: error: structure has no member named `stickyHosts' xml_g_invoke.inc:97: error: structure has no member named `daemonMode' xml_g_invoke.inc:103: error: structure has no member named `maxNumLines' xml_g_invoke.inc:110: error: structure has no member named `rFileName' xml_g_invoke.inc:116: error: structure has no member named `trackOnlyLocalHosts' xml_g_invoke.inc:122: error: structure has no member named `devices' xml_g_invoke.inc:128: error: structure has no member named `enableOtherPacketDump' xml_g_invoke.inc:134: error: structure has no member named `filterExpressionInExtraFrame' xml_g_invoke.inc:140: error: structure has no member named `pcapLog' xml_g_invoke.inc:146: error: structure has no member named `localAddresses' xml_g_invoke.inc:152: error: structure has no member named `numericFlag' xml_g_invoke.inc:158: error: structure has no member named `dontTrustMACaddr' xml_g_invoke.inc:164: error: structure has no member named `protoSpecs' xml_g_invoke.inc:170: error: structure has no member named `enableSuspiciousPacketDump' xml_g_invoke.inc:176: error: structure has no member named `refreshRate' xml_g_invoke.inc:183: error: structure has no member named `disablePromiscuousMode' xml_g_invoke.inc:189: error: structure has no member named `traceLevel' xml_g_invoke.inc:196: error: structure has no member named `maxNumHashEntries' xml_g_invoke.inc:203: error: structure has no member named `maxNumSessions' xml_g_invoke.inc:217: warning: nested extern declaration of `BufferTooShort' xml_g_invoke.inc:227: error: structure has no member named `defaultVsan' xml_g_invoke.inc:234: error: structure has no member named `webAddr' xml_g_invoke.inc:240: error: structure has no member named `webPort' xml_g_invoke.inc:247: error: structure has no member named `enableSessionHandling' xml_g_invoke.inc:253: error: structure has no member named `currentFilterExpression' xml_g_invoke.inc:259: error: structure has no member named `domainName' xml_g_invoke.inc:265: error: structure has no member named `flowSpecs' xml_g_invoke.inc:273: error: structure has no member named `debugMode' xml_g_invoke.inc:279: error: structure has no member named `useSyslog' xml_g_invoke.inc:288: error: structure has no member named `mergeInterfaces' xml_g_invoke.inc:294: error: structure has no member named `pcapLogBasePath' xml_g_invoke.inc:300: error: structure has no member named `fcNSCacheFile' xml_g_invoke.inc:318: error: structure has no member named `printFcOnly' xml_g_invoke.inc:324: error: structure has no member named `mapperURL' xml_g_invoke.inc:332: error: structure has no member named `sslAddr' xml_g_invoke.inc:338: error: structure has no member named `sslPort' xml_g_invoke.inc:349: error: structure has no member named `useSSLwatchdog' xml_g_invoke.inc:359: error: structure has no member named `disableSchedYield' xml_g_invoke.inc:367: error: structure has no member named `P3Pcp' xml_g_invoke.inc:373: error: structure has no member named `P3Puri' xml_g_invoke.inc:379: error: structure has no member named `disableStopcap' xml_g_invoke.inc:385: error: structure has no member named `disableInstantSessionPurge' xml_g_invoke.inc:391: error: structure has no member named `noFc' xml_g_invoke.inc:397: error: structure has no member named `noInvalidLunDisplay' xml_g_invoke.inc:403: error: structure has no member named `disableMutexExtraInfo' xml_g_invoke.inc:409: error: structure has no member named `skipVersionCheck' In file included from xmldumpPlugin.c:1730: xml_g_intf.inc: In function `dumpXML_interfaces': xml_g_intf.inc:33: warning: nested extern declaration of `BufferTooShort' gmake[3]: *** [xmldumpPlugin.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/net/ntop/work/ntop/plugins' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/net/ntop/work/ntop' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/net/ntop. # how can i solve this problem? thx madd _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop
