=================================== Zeek 4.0.3 plugin 'configure' error =================================== I recently upgraded my system from zeek-4.0.0-rc3 to zeek-4.0.3 . After upgrading to zeek-4.0.3, I tried to rebuild a Zeek plugin that I've developed. From the following directory (/Users/ddragos/Downloads/dev/ics_zeek_parsers/zeek_profinet_io_parser), I ran the following command: ./configure --enable-debug The above ./configure command output the following error message: Either 'zeek-config' must be in PATH or '--zeek-dist=' used My PATH variable was set to the following, before I executed the ./configure command: /Users/ddragos/Downloads/dev/zeek-4.0.3/build/src:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin:/usr/local/zeek/bin:/Library/Apple/usr/bin I then added the 'zeek-config' path, to the O.S. system PATH: i.e. /Users/ddragos/Downloads/dev/zeek-4.0.3/build:/Users/ddragos/Downloads/dev/zeek-4.0.3/build/src:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/local/bin:/usr/local/zeek/bin:/Library/Apple/usr/bin I then re-ran the command: ./configure --enable-debug which produced the following error message: ---------------------------------------------------------------------------- Build Directory : build Zeek Source Directory : CMake Error at CMakeLists.txt:5 (include): include could not find load file: ZeekPlugin CMake Error at CMakeLists.txt:7 (zeek_plugin_begin): Unknown CMake command "zeek_plugin_begin". -- Configuring incomplete, errors occurred! See also "/Users/ddragos/Downloads/dev/ics_zeek_parsers/zeek_profinet_io_parser/build/CMakeFiles/CMakeOutput.log". See also "/Users/ddragos/Downloads/dev/ics_zeek_parsers/zeek_profinet_io_parser/build/CMakeFiles/CMakeError.log". ---------------------------------------------------------------------------- I then ran the following command, which worked correctly: ./configure --enable-debug --zeek-dist=/Users/ddragos/Downloads/dev/zeek-4.0.3 Any ideas on why the command: ./configure --enable-debug failed? I used to frequently use this command (under version zeek-4.0.0-rc3) without any errors. Thanks, --Brett R.