i'm trying to install cowpatty. when i did the make command it gave an error. see pic. can someone tell me whats wrong, thx.
i'm trying to install cowpatty. when i did the make command it gave an error. see pic. can someone tell me whats wrong, thx.
Sony Vaio SR290. Dual-Boot Vista/Ubuntu 8.10
Intel Pent Dual Core 2.0 Ghz
2GB RAM, Video Card: Intel Mobile 4 Series Chipset
I solved it,
Sony Vaio SR290. Dual-Boot Vista/Ubuntu 8.10
Intel Pent Dual Core 2.0 Ghz
2GB RAM, Video Card: Intel Mobile 4 Series Chipset
Can you please explain how you fixed your problem? I got the same problem. Thanks.
apt-get install libssl-dev
apt-get install libpcap0.8-dev
then try make.
Nice. It worked.![]()
hi,
I got the below warning while "make" command
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o md5.o md5.c
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o sha1.o sha1.c
In function ‘memcpy’,
inlined from ‘hmac_sha1_vector’ at sha1.c:111:
/usr/include/bits/string3.h:52: warning: call to __builtin___memcpy_chk will always overflow destination buffer
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o utils.o utils.c
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o cowpatty.o cowpatty.c
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o genpmk.o genpmk.c
genpmk.c: In function ‘main’:
genpmk.c:215: warning: ignoring return value of ‘fopen’, declared with attribute warn_unused_result
genpmk.c:278: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
genpmk.c:279: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
genpmk.c:280: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb cowpatty.c -o cowpatty utils.o md5.o sha1.o -lpcap -lcrypto
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb genpmk.c -o genpmk utils.o sha1.o -lpcap -lcrypto
genpmk.c: In function ‘main’:
genpmk.c:215: warning: ignoring return value of ‘fopen’, declared with attribute warn_unused_result
genpmk.c:278: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
genpmk.c:279: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
genpmk.c:280: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result
am i missing something ? pls help
Thanks
Bookmarks