All, In response to a private query asking how I solved my problem, I put together this little procedure that I used to work around my problem.
I do not warrant that it is safe, or anything else, but it worked for me. After the initial install, during which I had put the 2.2 tgz file from sourceforge in /root, done a tar -xvzf to untar it, and did a make: Made a quick change to the following file: /root/net/ntop/work/ntop-2.2/ntop/config.h The second line is commented out, the third line was added. /* ZLIB is available */ /* #define MAKE_WITH_ZLIB 1 */ #undef MAKE_WITH_ZLIB >From within that same directory, I issued a 'make install' command. That's pretty much it! As noted above, this assumes that you've already done a make to get all of the dependent packages already, and are currently experiencing the difficulty, and that you've stopped ntop. HTH, Kurt _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
