Page 1 of 1

Missing library GeoIP?

Posted: Mon Dec 02, 2013 1:25 am UTC
by JOURNEYMAN

Tried to compile the latest git, but got the following error. Previously, I had the similar error, but didn't affect the compilation.

-- git reported v0.22.0-2-g16520f6
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:91 (MESSAGE):
Could NOT find GeoIP (missing: GeoIP_LIBRARY GeoIP_INCLUDE_DIR)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:252 (_FPHSA_FAILURE_MESSAGE)
cmake/FindGeoIP.cmake:33 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
CMakeLists.txt:1028 (find_package)

-- Configuring incomplete, errors occurred!
make: *** [cmake_check_build_system] Error 1


Re: Missing library GeoIP?

Posted: Mon Dec 02, 2013 1:37 pm UTC
by Anomalous

Code: Select all

cmake -DUSE_GEOIP=OFF .

Or install libgeoip.

That said, that one shouldn't be a hard dependency.