[Bro-Dev] libmaxminddb configure issue

Michael Dopheide dopheide at es.net
Thu Aug 23 13:29:56 PDT 2018


Yeah, I just figured that out myself and rebuilt...

bro -e "print lookup_location(8.8.8.8);"
[country_code=US, region=<uninitialized>, city=<uninitialized>,
latitude=37.751, longitude=-97.822]

Looks like you'll have the same issue with LibKRB5_FOUND (I didn't look for
others).

-Dop

On Thu, Aug 23, 2018 at 3:10 PM, Thayer, Daniel N <dnthayer at illinois.edu>
wrote:

> Could you try the following patch and let me know if it works for you:
>
> --- a/CMakeLists.txt
> +++ b/CMakeLists.txt
> @@ -134,7 +134,7 @@ include_directories(BEFORE
>
>  set(USE_GEOIP false)
>  find_package(LibMMDB)
> -if (LibMMDB_FOUND)
> +if (LIBMMDB_FOUND)
>      set(USE_GEOIP true)
>      include_directories(BEFORE ${LibMMDB_INCLUDE_DIR})
>      list(APPEND OPTLIBS ${LibMMDB_LIBRARY})
>
>
> ----------------------------------------------------------
>
> From: bro-dev-bounces at bro.org [bro-dev-bounces at bro.org] on behalf of
> Michael Dopheide [dopheide at es.net]
>
> Sent: Thursday, August 23, 2018 2:16 PM
>
> To: <bro-dev at bro.org>
>
> Subject: [Bro-Dev] libmaxminddb configure issue
>
>
>
>
>
>
>
>
>
> Johanna mentioned to me that libmaxminddb should be working now in
> master...
>
>
>
>
>
> So far I haven't been able to get 'configure' to find it, neither with the
> OS packages nor by installing libmaxminddb in /usr/local/ and specifying
> --with-geoip.
>
>
>
>
>
> This is CentOS 7.5.
>
>
>
>
>
> -Dop
>
>
>
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.icsi.berkeley.edu/pipermail/bro-dev/attachments/20180823/72e15c10/attachment.html 


More information about the bro-dev mailing list