H247 Posted January 17, 2010 Share Posted January 17, 2010 <_< Hello everyone, i have been trying over and over to install cowpatty under my Ubuntu OS. I have no luck and im getting frustrated can anyone help please??? "Ubuntu 9.10 trying to install Cowpatty" Quote Link to comment Share on other sites More sharing options...
Patt Posted January 17, 2010 Share Posted January 17, 2010 What are the errors that you are getting? Quote Link to comment Share on other sites More sharing options...
digininja Posted January 17, 2010 Share Posted January 17, 2010 Download the source tar -xvzf cowpatty-4.6.tgz cd cowpatty-4.6 make sudo make install If you get an error the post it Quote Link to comment Share on other sites More sharing options...
H247 Posted January 17, 2010 Author Share Posted January 17, 2010 Download the source tar -xvzf cowpatty-4.6.tgz cd cowpatty-4.6 make sudo make install If you get an error the post it ok i will try this when i get home :) Quote Link to comment Share on other sites More sharing options...
H247 Posted January 17, 2010 Author Share Posted January 17, 2010 Download the source tar -xvzf cowpatty-4.6.tgz cd cowpatty-4.6 make sudo make install If you get an error the post it ok thanks allot i got it installed finally . this is what i did. first i extracted cowpatty-4.6.tgz to the desktop then i opened up my terminal and did the following>>>>> ** root@H-247:~$ cd ~/Desktop root@H-247:~/Desktop$ cd cowpatty-4.6 root@H-247:~/Desktop/cowpatty-4.6$ make 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 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 cowpatty.c: In function ‘main’: cowpatty.c:1016: warning: dereferencing pointer ‘eapkeypacket’ does break strict-aliasing rules cowpatty.c:1012: note: initialized from here cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o genpmk.o genpmk.c cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb cowpatty.c -o cowpatty utils.o md5.o sha1.o -lpcap -lcrypto cowpatty.c: In function ‘main’: cowpatty.c:1016: warning: dereferencing pointer ‘eapkeypacket’ does break strict-aliasing rules cowpatty.c:1012: note: initialized from here cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb genpmk.c -o genpmk utils.o sha1.o -lpcap -lcrypto root@H-247:~/Desktop/cowpatty-4.6$ make install install -d /usr/local/bin install -m 755 cowpatty genpmk /usr/local/bin root@H-247:~/Desktop/cowpatty-4.6$ ** Quote Link to comment Share on other sites More sharing options...
drmaq Posted February 10, 2010 Share Posted February 10, 2010 root@dmraq-laptop:~/Downloads/cowpatty-4.6# make cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o md5.o md5.c md5.c:20:25: error: openssl/md5.h: No such file or directory md5.c: In function ‘md5_mac’: md5.c:28: error: ‘MD5_CTX’ undeclared (first use in this function) md5.c:28: error: (Each undeclared identifier is reported only once md5.c:28: error: for each function it appears in.) md5.c:28: error: expected ‘;’ before ‘context’ md5.c:29: warning: implicit declaration of function ‘MD5_Init’ md5.c:29: error: ‘context’ undeclared (first use in this function) md5.c:30: warning: implicit declaration of function ‘MD5_Update’ md5.c:33: warning: implicit declaration of function ‘MD5_Final’ md5.c: In function ‘hmac_md5_vector’: md5.c:40: error: ‘MD5_CTX’ undeclared (first use in this function) md5.c:40: error: expected ‘;’ before ‘context’ md5.c:48: error: ‘context’ undeclared (first use in this function) make: *** [md5.o] Error 1 these the errors that I am getting when i try to install Cowpatty-4.6 Quote Link to comment Share on other sites More sharing options...
slimshady Posted July 18, 2010 Share Posted July 18, 2010 i have the same errors when i'm trying install cowpatty cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o md5.o md5.c md5.c:20:25: error: openssl/md5.h: Aucun fichier ou dossier de ce type md5.c: In function ‘md5_mac’: md5.c:28: error: ‘MD5_CTX’ undeclared (first use in this function) md5.c:28: error: (Each undeclared identifier is reported only once md5.c:28: error: for each function it appears in.) md5.c:28: error: expected ‘;’ before ‘context’ md5.c:29: warning: implicit declaration of function ‘MD5_Init’ md5.c:29: error: ‘context’ undeclared (first use in this function) md5.c:30: warning: implicit declaration of function ‘MD5_Update’ md5.c:33: warning: implicit declaration of function ‘MD5_Final’ md5.c: In function ‘hmac_md5_vector’: md5.c:40: error: ‘MD5_CTX’ undeclared (first use in this function) md5.c:40: error: expected ‘;’ before ‘context’ md5.c:48: error: ‘context’ undeclared (first use in this function) make: *** [md5.o] Erreur 1 Quote Link to comment Share on other sites More sharing options...
Netshroud Posted July 19, 2010 Share Posted July 19, 2010 I had that as well, I forgot how I fixed it. :( Quote Link to comment Share on other sites More sharing options...
barry99705 Posted July 20, 2010 Share Posted July 20, 2010 Make sure you have the ssl-dev packages installed. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.