[Zeek] Question regarding installing python binding for Broker

Jon Siwek jsiwek at corelight.com
Tue Jan 15 07:49:56 PST 2019


On Mon, Jan 14, 2019 at 5:30 PM Ren, Wenyu <wren3 at illinois.edu> wrote:

> Do I need to do "./configure" with any parameter for installing python binding for Broker? I tried no parameter but the broker module cannot be find in python.

If you have python development headers/libs installed at a standard
path, `./configure` usually finds them without extra flags.  i.e.
typically you'd just install "python-dev" or "python-devel" packages
(depending on OS) before doing `./configure`.

- Jon


More information about the Zeek mailing list