Hello,

Am having some trouble with building CVS (6/3/03) ntop2.2 src tree on a small linux system. Had to do a little trickery to even get the configure script to find the openssl headers and library as follows:

CPPFLAGS="-I/usr/local/ssl/include" LDFLAGS="-L/usr/local/ssl/lib" \
./configure

Every form I tried of passing any of the --with-ossl-<root,lib or include> failed with the configure script not finding the openssl stuff. My openssl (latest ver) is in /usr/local/ssl with the headers in the include/openssl dir and the library in the lib dir.

Anyway, have successfully (I hope) ran the configure script, it at least ends with no errors or warnings (except a small complaint about pppox.h). So have moved onto 'make' which ends with:

/usr/local/lib/libpcap.a(pcap.o): In function `pcap_open_dead':
pcap.o(.text+0x290): multiple definition of `pcap_open_dead'
util.lo:/home/software/ntop/util.c:3751: first defined here
/usr/bin/ld: Warning: size of symbol `pcap_open_dead' changed from 100 to 74 in pcap.o
collect2: ld returned 1 exit status
make[2]: *** [libntop.la] Error 1
make[2]: Leaving directory `/home/software/ntop'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/software/ntop'
make: *** [all] Error 2


Can anyone tell me what I need to do in order to correct this (these) error/s?

Many thanks!
jim

Jim Cliver

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to