On Thu, Nov 29, 2001 at 08:41:03AM +0100, Scott Hanson wrote: > We're trying to get ntop-2.0-pre working under FreeBSD 4.4. However, > we're getting the warnings below when compiling. We got the warnings > with ntop-beta3 as well. The crypt libraries are present, and > according to ldd are linked in. > > ntop seems to run, although it's been up for only a day, so we can't > tell yet if it's really stable. Are these warnings anything to worry > about?
This happens because ntop is linked with libc and libc_r on FreeBSD 4.x or earlier. It shouldn't be. Some libraries want libc specifically, and that doesn't cope well with threaded applications. If you turn off threads support for ntop, these warnings will disappear. I'm looking into fixing this and making a FreeBSD port of ntop 2.x. I'm not sure whether you should worry about the warnings, but I wouldn't trust a program that generates them during compilation. Cheers, -- Anders. _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
