On Tuesday 26 February 2002 23:33, you wrote: > Not really... I downloaded the most recent snapshot (02-02-25), and was > able to build it with my usual patches, no problems. It really looks like > somehow you've got an execution line in there with -w: so that it overrides > the port. > > 1. Try running ./autogen.sh -1 first > 2. You say "cvs" - are you talking about the > http://snapshot.ntop.org/tgz/02-02-xx.tgz snapshot or really from the CVS? > Either way, try one later or earlier. > 3. I'm out of ideas... It works fine for me, which is all I can test... > ------------------------------------------- ok i get a daily cvs sync from cvs.ntop.org and i have a script that compiles it for me it was working find the day before so i thought someone must had made a typo or a new change had happen. so i deleted my copy of the source and got a new copy from cvs.ntop.org and started a recompile.. now i'm getting this ---- rm -f .libs/globals-core.lo gcc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/home/adsl_access/cvs/ntop-1/gdchart0.94c -I/usr/local/ssl/include -g -O2 -pipe -Wp,-MD,.deps/globals-core.pp -c globals-core.c -fPIC -DPIC -o .libs/globals-core.lo In file included from globals-core.c:26: globals-report.h:100: conflicting types for `dumpNtopHashes' globals-core.h:70: previous declaration of `dumpNtopHashes' globals-report.h:102: conflicting types for `dumpNtopTrafficInfo' globals-core.h:71: previous declaration of `dumpNtopTrafficInfo' make[2]: *** [globals-core.lo] Error 1 make[2]: Leaving directory `/home/adsl_access/cvs/ntop-1/ntop' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/adsl_access/cvs/ntop-1/ntop' make: *** [all-recursive-am] Error 2 ----
and it stops i havent changed any thing in the code. and these are my commands ---- cvs -d ':pserver:[EMAIL PROTECTED]:/export/home/ntop' login; cvs -z3 -d ':pserver:[EMAIL PROTECTED]:/export/home/ntop' checkout . cd gdchart0.94c ./buildAll.sh cd ../ntop ./configure make ./ntop -K -E -i eth1,eth0,ppp0,lo -p ~/protocol.list -P ~/tmp -S ~/tmp -w 3000 ---- regards steve _______________________________________________ Ntop-dev mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop-dev
