blacktop / docker-zeek

Zeek IDS Dockerfile
MIT License
99 stars 30 forks source link

Build error #1

Closed danielguerra69 closed 5 years ago

danielguerra69 commented 5 years ago

Without the --branch @git clone, with the master, building goes well. I think because of recent changes in zeek.

With your current version I get this build error: -- Could NOT find LibMMDB (missing: LibMMDB_LIBRARY LibMMDB_INCLUDE_DIR) -- Could NOT find LibKrb5 (missing: LibKrb5_LIBRARY LibKrb5_INCLUDE_DIR) -- Could NOT find GooglePerftools (missing: GooglePerftools_LIBRARIES GooglePerftools_LIBRARIES_DEBUG GooglePerftools_INCLUDE_DIR) -- Could NOT find tcmalloc (missing: GooglePerftools_LIBRARIES) CMake Error at CMakeLists.txt:199 (find_package): By not providing "FindFTS.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "FTS", but CMake did not find one.

Could not find a package configuration file provided by "FTS" with any of the following names:

FTSConfig.cmake
fts-config.cmake

Add the installation prefix of "FTS" to CMAKE_PREFIX_PATH or set "FTS_DIR" to a directory containing one of the above files. If "FTS" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/tmp/zeek/build/CMakeFiles/CMakeOutput.log". See also "/tmp/zeek/build/CMakeFiles/CMakeError.log". The command '/bin/sh -c echo "===> Compiling zeek..." && cd /tmp/zeek && CC=clang ./configure --prefix=/usr/local/bro --disable-broker-tests --disable-broctl --disable-auxtools && make && make install' returned a non-zero code: 1

blacktop commented 5 years ago

I believe it is working now though it grew from 22MBs to 165MB ?! 😱

Thank you for pointing that out to me 👍

danielguerra69 commented 5 years ago

Works like a charm