Hi! First of all, had ever somebody compiled ntop-2.1.x on AIX 5L ??
Because I am trying, but haven't managed yet! So I intalled AIX 5L and some packages of Linux Tools from IBM, downloaded ntop-2.1.3 and tried to compile it. The first error was that in gdchart.h the GDC_NOVALUE value was not a constant (sorry, I can't write down the exact error messages :( ) Burton wrote a reply about this, but it didn't helped. If I included float.h and changed MAXFLOAT to FLT_MAX (or something similar), then it compiled. But I am not sure that this is a good solution. Can someone explain me what does this GDC_NOVALUE do? What value is suitable for it? What if GDC_NOVALUE =0 or =1 ? The secont problem was that DLT_CHAOS (at util.c) was not defined. I didn't find where it should be defined, so I commented the whole getNwInterfaceType() method (well, not the best solution). With these corrections and configuring with "configure --disable-plugins --disable-intop" it compiled, but after starting the ntop binary, after starting to initialize IP "something", immediately exited with segmentation fault (and I didn't find the core dump !). So, please help! Thanks, Sini _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
