Hi I checked out latest via CVS as described on main page.
However on solaris 2.6 it fails to compile webInterface.c due to USE_SYSLOG gets defined, but on solaris 2.6/8/9 (all these OS versions have same version of this file) /usr/include/sys/syslog.h does not define facilitynames, therefore errors. (this IS defined in Linmux /usr/include/sys/syslog.h). I undefined USE_SYSLOG in webInterface.c and main.c and the code compiles and links OK. I also note it still logs plenty of info via syslog :-) I had one more error, in ssl.c there is the line: ERR_error_string_n(l, buf, sizeof buf); this gives an undefined symbol at link timne. I just commented it out, as I wasn't intending using SSL anyway. Lastly, I get the following in syslog: Jun 28 22:23:01 server3 ntop[18967]: ERROR: URL security: '' rejected (code=1)(client=x.y.z.t) Jun 28 22:25:01 server3 ntop[18967]: Rejected request from address x.y.z.t (it previously sent ntop a bad request) which is a bit of a pain (I was using Konqueror to look at the stats). How can I turn this feature off ? Cheers, Kevin -- /////////////////////////////////////////////////////////////////////// <*> ===================== Kevin Maguire ======================= <*> <*> ==================== [EMAIL PROTECTED] ===================== <*> <*> =============== Tel:+49 (0) 89 3200 6387 ================== <*> <*> ============================================================= <*> <*> Reasonable people adapt themselves to the world. Unreasonable <*> <*> === people attempt to adapt the world to themselves. All === <*> <*> === progress, therefore, depends on unreasonable people. === <*> ///////////////////////////////////////////////////////////////////// ////// perl -e 'print unpack(u, "1:VUA9W5I<F5`97-O+F]R9PH`");' ///// ///////////////////////////////////////////////////////////////////// _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://lists.ntop.org/mailman/listinfo/ntop-dev
