Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Obecná podpora => Téma založeno: Lui 14 Ledna 2008, 22:03:56

Název: kompilace aircrack-ptw-1.0.0
Přispěvatel: Lui 14 Ledna 2008, 22:03:56
Ahoj vsem, snazim se zkompilovat aircrack-ptw-1.0.0 a narazim na nasledujici problem

/usr/src/aircrack-ptw-1.0.0# make
gcc -o aircrack-ptw -Wall -fomit-frame-pointer -O3 -lpcap aircrack-ptw.c aircrack-ptw-lib.c
aircrack-ptw.c:5:18: error: pcap.h: No such file or directory
aircrack-ptw.c: In function ‘main’:
aircrack-ptw.c:33: error: ‘PCAP_ERRBUF_SIZE’ undeclared (first use in this function)
aircrack-ptw.c:33: error: (Each undeclared identifier is reported only once
aircrack-ptw.c:33: error: for each function it appears in.)
aircrack-ptw.c:34: error: ‘pcap_t’ undeclared (first use in this function)
aircrack-ptw.c:34: error: ‘descr’ undeclared (first use in this function)
aircrack-ptw.c:55: warning: implicit declaration of function ‘pcap_open_offline’
aircrack-ptw.c:60: warning: implicit declaration of function ‘pcap_datalink’
aircrack-ptw.c:60: error: ‘DLT_IEEE802_11’ undeclared (first use in this function)
aircrack-ptw.c:64: warning: implicit declaration of function ‘pcap_next_ex’
aircrack-ptw.c:65: error: dereferencing pointer to incomplete type
aircrack-ptw.c:65: error: dereferencing pointer to incomplete type
aircrack-ptw.c:33: warning: unused variable ‘errbuf’
make: *** [aircrack-ptw] Error 1

poradite mi nekdo co s tim?
Název: Re: kompilace aircrack-ptw-1.0.0
Přispěvatel: Pavel Půlpán 14 Ledna 2008, 22:20:47
Toto je přesně ta chyba co hledáš:

Kód: [Vybrat]
aircrack-ptw.c:5:18: error: pcap.h: No such file or directory
Chybí ti balík s hlavičkamy. Doinstaluj si libpcap-dev. ;)