chiccus2003@libero.it wrote:
/usr/local/lib/libpcap.so: undefined reference to `nl_dect_cell_alloc_cache' /usr/local/lib/libpcap.so: undefined reference to `nl_dect_cell_get_name'
That's your problem. It's finding the pcap library, but the dect dependency is not in the path, so that's why it's failing. Where is that library?