There is a bug in configure.in which causes ./configure to stop with an error... you didn't try to do the make ANYWAY, now did you? Your script really should test the return code from ./configure!
I've pushed the patch up to the cvs... Please 1) Fix the script 2) Try again -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Shapiro Sent: Monday, July 15, 2002 12:10 PM To: '[EMAIL PROTECTED]' Subject: [Ntop] cvs ntop build problem on linux 7.1 Hello, I am trying to build ntop from cvs, but it is failing. I used the following cvs script: #!/bin/bash export CVSROOT=:pserver:[EMAIL PROTECTED]:/export/home/ntop cd /usr/local echo "password: ntop" cvs login if test -d /usr/local/ntop; then #cvs -d :pserver:[EMAIL PROTECTED]:/export/home/ntop update -d -P cd /usr/local/ntop cvs update -d -P else cvs checkout ntop . fi cd /usr/local/ntop ./autogen.sh -1 ./configure --enable-mysql --enable-sslv3 --enable-sslwatchdog --enable-optimze --with-gnu-ld make make install The error I get: ake all-recursive make[1]: Entering directory `/usr/local/ntop' Making all in . make[2]: Entering directory `/usr/local/ntop' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I/usr/include/pcap -I/usr/include/openssl -g -O2 -pipe -c vendor.c rm -f .libs/vendor.lo gcc -DHAVE_CONFIG_H -I. -I/usr/include/pcap -I/usr/include/openssl -g -O2 -pipe -Wp,-MD,.deps/vendor.pp -c vendor.c -fPIC -DPIC -o .libs/vendor.lo vendor.c: In function `createVendorTable': vendor.c:328: `vendorInfo' undeclared (first use in this function) vendor.c:328: (Each undeclared identifier is reported only once vendor.c:328: for each function it appears in.) make[2]: *** [vendor.lo] Error 1 make[2]: Leaving directory `/usr/local/ntop' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/ntop' make: *** [all-recursive-am] Error 2 _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://lists.ntop.org/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://lists.ntop.org/mailman/listinfo/ntop
