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] Compilation issue on Mac OS

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 21 Apr 2017 11:12:43 -0700
On Apr 21, 2017, at 11:01 AM, ajay saxena <aileronajay@xxxxxxxxx> wrote:

> I took the latest source from code.wireshark.org and on compiling I ran into GeoIP.h error
> 
> packet-ip.c:64:10: fatal error: 'GeoIP.h' file not found
> #include <GeoIP.h>
>          ^

Where is GeoIP.h located?  Where is the GeoIP library located?

When you ran the configure script, did you pass it a --with-geoip={directory} option?

If not, what are the contents of the config.log file in the directory in which you ran the configure script?