It's not MAKE_WITH_ZLIB 0, it's #undef MAKE_WITH_ZLIB #define MAKE_WITH_ZLIB 0
means that the tests, e.g #ifdef MAKE_WITH_ZLIB, will succeed (it IS defined, right?) Now the underlying problem is one of malloc() memory corruption, which has not occurred in any current version of the OS/glibc that I'm aware of since late summer. You may need to upgrade your glibc (which is a huge undertaking - better to update the whole OS, as it's less work). I'll look at putting --without-zlib back in to ./configure, but if it causes problems in the code, I will NOT do it. -----Burton > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Vilius Sumskas > Sent: Sunday, January 25, 2004 5:56 AM > To: [EMAIL PROTECTED] > Subject: [Ntop-dev] gzflush problems > > <snip /> > /var/log/messages says: **WARNING** gzflush error -2(stream error) > > everytime i click on the meniu. > > searched for this in mailling list. MAKE_WITH_ZLIB 0 doesn't help too. > > > my system: > > redhat 7.2 (2.4.20-28.7) with all updates installed. (ntop compiled > without errors) _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop-dev
