Thursday, March 10, 2016

wireshark installation using source code

i downloaded wireshark-1.8.0rc2.tar.bz2 and copied it to /opt/wireshark directory and uncompressed it by



sudo tar -xjvf wireshark-1.8.0rc2.tar.bz2



then by doing ls in the extracted folder, i found the configure file.




Then i did ./configure then i got this problem:



  configure: error: I couldn't find yacc (or bison or ...); 
make sure it's installed and in your path.


how to fix it?

No comments:

Post a Comment