ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-users: Re: [Wireshark-users] error: Neither Qt nor GTK+ 2.12 or later are available, so

From: Simon K <k_simon78@xxxxxxxxx>
Date: Fri, 28 Dec 2012 19:29:44 +0800 (SGT)
Hi Harris,

I followed your instructions :

i.e. rm -rf autom4te.cache

and then

    ./configure --prefix=/opt/wireshark --with-ssl=/opt/openssl --with-adns=/opt/adns 

But still getting the same error.

Regards,
Simon



From: Guy Harris <guy@xxxxxxxxxxxx>
To: Simon K <k_simon78@xxxxxxxxx>
Cc: Community support list for Wireshark <wireshark-users@xxxxxxxxxxxxx>
Sent: Friday, 28 December 2012 3:52 PM
Subject: Re: [Wireshark-users] error: Neither Qt nor GTK+ 2.12 or later are available, so Wireshark can't be compiled


On Dec 28, 2012, at 1:51 AM, Guy Harris <guy@xxxxxxxxxxxx> wrote:

> I shall look into this.

What happens if, in the Wireshark source directory, you do

    rm -rf autom4te.cache

and then do

    ./configure --prefix=/opt/wireshark --with-ssl=/opt/openssl --with-adns=/opt/adns

without *any* other arguments to the configure script?