Monday, April 20, 2015

Re: install wireshark from source code in ubuntu

Best solution

https://ask.wireshark.org/questions/35757/building-112-from-source-fails-with-qt-problem-on-xubuntu
sudo apt-get install <tool>    git  autoconf  automake  libtool  bison  flex  qt-sdk  libgtk-3-dev  libpcap-dev    Then (sudoing may be required as well):    git clone https://code.wireshark.org/review/wireshark  cd wireshark  ./autogen.sh  ./configure  make  

If you want to install Wireshark, do this as well:

make install  sudo ldconfig  



Best regards,
Yuanda(Dave) Xu

On Mon, Apr 20, 2015 at 8:43 PM, Yuanda Xu <yxu60@binghamton.edu> wrote:
if need qt4:
sudo apt-get install libqt4-dev


Best regards,
Yuanda(Dave) Xu

On Mon, Apr 20, 2015 at 8:27 PM, Yuanda Xu <yxu60@binghamton.edu> wrote:
install wireshark from source code.

./autogen.sh

./configure

install tools needed
...following error information.
such as bison, flex...

if says need Qt:
sudo apt-get install qtdeclarative5-dev

if says need GTK+ 3
sudo apt-get install libgtk-3-dev

if says need libpcap
sudo apt-get install libpcap-dev

make


Best regards,
Yuanda(Dave) Xu


No comments:

Post a Comment