Inviato 7 Ottobre 201410 anni Salve a tutti, e' da tanto tempo che provo a installare o aggiornare programmi su kali linux ma ogni volta che cerco di farlo succede questo: ./configure checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for pcap_open_live in -lpcap... no error: pcap library not found! Cosa devo fare?
Salve a tutti, e' da tanto tempo che provo a installare o aggiornare programmi su kali linux ma ogni volta che cerco di farlo succede questo:
./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for pcap_open_live in -lpcap... no
error: pcap library not found!
Cosa devo fare?