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

Reply via email to