Package Details: zeek 7.0.3-1

Git Clone URL: https://aur.archlinux.org/zeek.git (read-only, click to copy)
Package Base: zeek
Description: A network analysis framework
Upstream URL: https://zeek.org
Licenses: BSD
Submitter: synnick
Maintainer: dllcoolj
Last Packager: dllcoolj
Votes: 5
Popularity: 0.000000
First Submitted: 2019-06-04 11:57 (UTC)
Last Updated: 2024-10-15 01:15 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

mcd1992 commented on 2018-05-14 23:33 (UTC)

Should be fixed now. Looks like they added more OpenSSL version checks which link against the wrong version of libcrypto.

Torxed commented on 2018-05-13 21:25 (UTC) (edited on 2018-05-14 04:56 (UTC) by Torxed)

The fix discussed below doesn't work on x86_64. openssl-1.0 is installed.

Gives the following error:

CMake Error at cmake/OpenSSLTests.cmake:38 (message):
  OpenSSL 1.1 is not supported yet; please use OpenSSL 1.0
Call Stack (most recent call first):
  CMakeLists.txt:196 (include)

Libs installed:

[Torxed@archlinux ~]$ pacman -Q | grep openssl
lib32-openssl 1:1.1.0.h-1
openssl 1.1.0.h-1
openssl-1.0 1.0.2.o-1

Is it because you're looking for 1.0.0 but when in fact 1.0.2 is installed? Not entirely sure this is actually what's going on, but a quick glance that's why.

mcd1992 commented on 2017-05-03 04:20 (UTC)

Thanks for pointing this out. Fixed temporarily until openssl-1.1 support is added.

kotfic commented on 2017-05-02 16:15 (UTC)

Bro does not support openssl-1.1 (https://bro-tracker.atlassian.net/browse/BIT-1775) installing openssl-1.0 and adding: sed -i "/^append_cache_entry DISABLE_RUBY_BINDINGS BOOL true$/a\ append_cache_entry OPENSSL_CRYPTO_LIBRARY FILEPATH /usr/lib64/libcrypto.so.1.0.0\n\ append_cache_entry OPENSSL_INCLUDE_DIR PATH /usr/include/openssl-1.0\n\ append_cache_entry OPENSSL_SSL_LIBRARY FILEPATH /usr/lib64/libssl.so.1.0.0" configure before the the call to configure fixed this issue for me.