The xmldump plugin is a shell, designed for extension in the future. All it dumps now is the configuration and some header information.
If you don't have the requisite libraries (libxml2 and all the associated stuff), it simply disables it. Then at run time you get the message you are seeing. All normal. To play with the xmldump stuff, you need to fall back to the source - look at the ./configure output and you'll see what it can/can't find, resolve those libraries and you'll make the plugin. Then you will need to edit the plugings/globals-structtypes.xml file to add additional items to dump. All the pieces you should need are there, however, the gnome xml libraries have had problems (look in the plugins/xmldumpPlugin.c code and you'll see comments about the workarounds I coded, vs. those that just cause calls to die) - and so I've held off moving this along until they stablize. -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of COMAT > Marco Pozzi > Sent: Sunday, March 28, 2004 7:54 AM > To: [EMAIL PROTECTED] > Subject: [Ntop] xmldump disabled on Fedora > > > Hi all, > > I'm using ntop 3.0 with rrd and I'm trying to export traffic data > for a specific time interval (e.g. last month, last 7 days or > last 24 hours). > I'm interested in exporting information for IP protocols listed > with -p option during the specified time interval. > > Is this possible with xmldump? In this case, how to do that on > Fedora Core 1? I get the following error: **ERROR** XML: Missing > header files at compile time, xmldump disabled. > > In case this is not possbile with xmldump, what do you suggest to > export data relative to a specific time interval? > > Thanks, > > Marco > _______________________________________________ > Ntop mailing list > [EMAIL PROTECTED] > http://listgateway.unipi.it/mailman/listinfo/ntop > _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
