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-boun...@bro.org [bro-dev-boun...@bro.org] on behalf of Michael 
Dopheide [dophe...@es.net]

Sent: Thursday, August 23, 2018 2:16 PM

To: <bro-dev@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








_______________________________________________
bro-dev mailing list
bro-dev@bro.org
http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev

Reply via email to