Hi 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 (same 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/main.c and the code compiles and links OK. I 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); thgis gives an undefined symbol at link timne. I just commented it out, as I wasn't intedning using SSL anyway. Lastly, I get the following in syslog: Jun 28 22:23:01 opus3 ntop[18967]: ERROR: URL security: '' rejected (code=1)(client=134.171.15.240) Jun 28 22:25:01 opus3 ntop[18967]: Rejected request from address 134.171.15.240 (it previously sent ntop a bad request) which is a bit of a pain, 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
