I have read the Archives and did not find a post with this error on it.
Does anybody have any suggestions, fixes, anything??


Configure Runs fine
This is your ntop 1.3.2 configuration:

Host System Type  : i686-pc-linux-gnu
Compiler (cflags) : gcc -g -O2 -pipe -DHAVE_CONFIG_H
Include path      :  -I/usr/include/pcap -I/root/gdchart0.94b
System Libs       :  -lpcap -lpthread -lresolv -lnsl -ldl
Core Libs         :  -lgdbm
Additional Libs


:  -lcrypt -lm -L/root/gdchart0.94b -lgdchart -L/root/gdchart0.94b/gd1.3 -lg
d
LBL pcap in       : standard installation
GNU gdbm in       :
MultiThread mode  : yes
Install path      : /usr/local

Now type 'make' or 'gmake' (on *BSD systems) to build ntop 1.3.2
but make gives me the following
In file included from address.c:22:
ntop.h:400: pcap.h: No such file or directory
In file included from address.c:22:
ntop.h:482: field `h' has incomplete type
ntop.h:582: parse error before `pcap_t'
ntop.h:582: warning: no semicolon at end of struct or union
ntop.h:668: parse error before `}'
ntop.h:668: warning: data definition has no type or storage class
ntop.h:1100: field `fcode' has incomplete type
ntop.h:1401: field `h' has incomplete type
In file included from ntop.h:1650,
                 from address.c:22:
globals-core.h:131: parse error before `device'
globals-core.h:131: warning: data definition has no type or storage class
address.c: In function `checkSpoofing':
address.c:1201: request for member `actualHashSize' in something not a
structure or union
address.c:1203: request for member `hash_hostTraffic' in something not a
structure or union
address.c:1206: request for member `hash_hostTraffic' in something not a
structure or union
address.c:1216: request for member `hash_hostTraffic' in something not a
structure or union
make[2]: *** [address.lo] Error 1
make[2]: Leaving directory `/root/ntop-1.3.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/ntop-1.3.2'
make: *** [all-recursive-am] Error 2


Reply via email to