Wireshark mailing list archives

Re: Installing on Ubuntu 12.04.5


From: Robert Cragie <robert.cragie () gridmerge com>
Date: Thu, 23 Oct 2014 07:48:40 +0100

These are notes I took when building for Linux (Ubuntu):

Get all the tools (if not already installed):

sudo apt-get install <tool>


   - git
   - autoconf
   - automake
   - libtool
   - bison
   - flex
   - qt-sdk
   - libgtk-3-dev
   - libpcap-dev


Then:

git clone https://code.wireshark.org/review/wireshark
./autogen.sh
./configure
make

The resulting file is called wireshark - this is Qt build presumably. There
is also wireshark-gtk.

HTH

Robert

On 23 October 2014 04:43, Tracy Hockenhull <Tracy () th-enterprises net> wrote:

I'm fairly new to Linux, and new to Wireshark, and I'm having problems
with the ./configure part of the process to install Wireshark.

The error I'm getting is this:

checking for GTK+ - version >= 3.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log
for the
*** exact error that occured. This usually means GTK+ is incorrectly
installed.
configure: error: GTK+ 3 is not available

To fix this, I tried sudo apt-get install gtk+3.0, which installed
gtk+3.0, but I still get the error above when I try ./configure.

I have attached the config.log.

Thanks,

Tracy

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org
?subject=unsubscribe

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: