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?