In the latest CVS sources, main.c refers to handleNetFlowSupport, which is defined in globals-core.h. Where is the NetFlowSupport library, or how can I not compile that support in? (./configure --help didn't seem to have an option not to support NetFlow.)
Thanks. --- Vladimir -------- Vladimir G. Ivanovic http://leonora.org/~vladimir 2770 Cowper St. [EMAIL PROTECTED] Palo Alto, CA 94306-2447 +1 650 678 8014 -------- [Red Hat 7.2, fully updated] This is your ntop 2.0.1 configuration: Host System Type : i686-pc-linux-gnu Compiler (cflags) : gcc -g -O2 -pipe -DHAVE_CONFIG_H Include path : -I/usr/include/pcap -I/usr/local/src/ntop/gdchart0.94c -I/usr/include/openssl System Libs : -lpthread -lresolv -lnsl -ldl Core Libs : -lpcap -lgdbm Additional Libs : -lcrypt -lm -lz -L/usr/local/src/ntop/gdchart0.94c -lgdchart -L/usr/local/src/ntop/gdchart0.94c/gd-1.8.3 -lgd -L/usr/local/src/ntop/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng -L/usr/local/src/ntop/gdchart0.94c/zlib-1.1.3 -lz -lssl -lcrypto LBL pcap in : semi-standard installation GNU gdbm in : MultiThread mode : yes Install path : /usr/local Now type 'make' or 'gmake' (GNU make) on *BSD and Solaris systems to build ntop 2.0.1. [...] # make [...] gcc -g -O2 -pipe -o .libs/ntop main.o .libs/libntopreport.so -lcrypt -lm -lz -L/usr/local/src/ntop/gdchart0.94c -lgdchart -L/usr/local/src/ntop/gdchart0.94c/gd-1.8.3 -lgd -L/usr/local/src/ntop/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng -L/usr/local/src/ntop/gdchart0.94c/zlib-1.1.3 -lz -lssl -lcrypto -lpthread -lresolv -lnsl -ldl -lcrypt -lm -lz -lgdchart -lgd -lpng -lz -lssl -lcrypto .libs/libntop.so -lpcap -lgdbm -lpthread -lresolv -lnsl -ldl -lcrypt -lm -lz -lgdchart -lgd -lpng -lz -lssl -lcrypto -lpthread -lresolv -lnsl -ldl -lcrypt -lm -lz -L/usr/local/src/ntop/gdchart0.94c -lgdchart -L/usr/local/src/ntop/gdchart0.94c/gd-1.8.3 -lgd -L/usr/local/src/ntop/gdchart0.94c/gd-1.8.3/libpng-1.0.8 -lpng -L/usr/local/src/ntop/gdchart0.94c/zlib-1.1.3 -lz -lssl -lcrypto -Wl,--rpath -Wl,/usr/local/lib main.o: In function `parseOptions': /usr/local/src/ntop/ntop/main.c:409: undefined reference to `handleNetFlowSupport' collect2: ld returned 1 exit status make[2]: *** [ntop] Error 1 make[2]: Leaving directory `/usr/local/src/ntop/ntop' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/ntop/ntop' make: *** [all-recursive-am] Error 2 _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listmanager.unipi.it/mailman/listinfo/ntop
