Hey Luca, I was able to identify the problem with the build cycle:
line:246
nprobes: $(nprobe_OBJECTS) $(nprobe_DEPENDENCIES)
cd plugins;make
# $(CC) -static *.o plugins/*.o -o nprobes -lpcap -lpthread -ldl
$(LIBS)
$(CC) *.o plugins/*.o -o nprobes -lpthread -ldl -lresolv -ldl
-lpthread -L./private/license -llicense
/home/egger/development/nprobe_6.9.9/nDPI/src/lib/.libs/libndpi.a
/usr/lib/x86_64-linux-gnu/libpcap.a
$(HOME)/PF_RING/userland/lib/libpfring.a
you explicit expect, that the libpfring.a library is installed under
$HOME/PF_RING.
If your autogen.sh script figures out that there is a libpfring.so library
under /usr/local/lib installed you should also use
/usr/local/lib/libpfring.a in the linker command
Regards Stefan
----------------------------------------------------------------------------------
b.t.w there is an aditional typo in extraction dat files: .gz is missing
----------------------------------------------------------------------------------
GeoLiteCity.dat:
if test -f $(HOME)/dat_files/$@; then \
cp $(HOME)/dat_files/[email protected] . \
else \
wget
http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; \
fi
gunzip GeoLiteCity.dat.gz
GeoLiteCity.dat:
if test -f $(HOME)/dat_files/[email protected]; then \ is missing
cp $(HOME)/dat_files/[email protected] . \
else \
wget
http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz; \
fi
gunzip GeoLiteCity.dat.gz
__________________________________________
Stefan Egger, MAS IT / Security
Securityarchitekt CSIRT
Eidgenössisches Finanzdepartement EFD
Bundesamt für Informatik und Telekommunikation BIT
IT-Sicherheit und Risikomanagement BPSR
Monbijoustrasse 74, 3003 Bern
Tel: +41 31 322 14 54
Fax: +41 31 325 90 30
[email protected]
Internet: http://www.bit.admin.ch
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Ntop-misc mailing list [email protected] http://listgateway.unipi.it/mailman/listinfo/ntop-misc
