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

Wireshark-dev: Re: [Wireshark-dev] linux package requirements for wireshark build

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 24 Jun 2017 18:40:53 -0700
On Jun 24, 2017, at 11:31 AM, Alan Partis <alpartis@xxxxxxxxxxxxxx> wrote:

> For clarity, the problem I'm seeing, I think, is that the ./configure
> script fails the CheckFunctionExists check

CheckFunctionExists is a CMake function; it's used in ConfigureChecks.cmake.  ./configure is an autoconf script; CMake and autoconf are two different build systems - you don't use both of them, you either run the configure script or you run cmake.

Which of those are you doing?