Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
系统ubuntu24.0.4,编译zeek时,提示:Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
OPENSSL_INCLUDE_DIR)

安装openssl开发包即可
// CentOS
# yum install openssl-devel
// debian/ubuntu
$ sudo apt install libssl-dev

浙公网安备 33010602011771号