Wireshark mailing list archives

Re: linux package requirements for wireshark build


From: Alan Partis <alpartis () thundernet com>
Date: Sat, 24 Jun 2017 23:11:30 -0400 (EDT)

I'm running ./configure.  One of the lines of output from ./configure is:

 "checking for inet_ntop... no"

One the Fedora 25 system, where I'm successful with the build, it says:

 "checking for inet_ntop... yes"

But you're right, I had grep'd through the scripts and mistakenly thought
I was looking in the right place when I found

  check_function_exists("inet_ntop"        HAVE_INET_NTOP)

in ConfigureChecks.cmake.


I've looked through the wireshark developer's guide, and google'd all
around, but cannot find a list of required packages for building
wireshark.  If there is one, let me know.

Thanks!

 -ap



On Sat, 24 Jun 2017, Guy Harris wrote:

On Jun 24, 2017, at 11:31 AM, Alan Partis <alpartis () thundernet com> 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?
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

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

Current thread: