Closed EdgeSync closed 4 years ago
zkg autoconfig
this returns an error that it cannot find my zeek-config file. No problem, i use --configfile to pass that in.
zkg --configfile /usr/local/zeek/bin/zeek-config autoconfig
The --configfile
option is not for specifying the path to zeek-config
, it's for specifying the path to zkg
's own config file: https://docs.zeek.org/projects/package-manager/en/stable/zkg.html#config-file
What you need to do for zkg autoconfig
to find zeek-config
, is to have it reachable in your PATH
environment variable, for example: export PATH=/usr/local/zeek/bin:$PATH
Hi,
zkg version:
zeek + zeekctl version, built from source.
OS Version
I have installed zkg through pip, and am trying to follow the steps listed in the docs.
https://docs.zeek.org/projects/package-manager/en/stable/quickstart.html
this returns an error that it cannot find my zeek-config file. No problem, i use --configfile to pass that in.
zkg --configfile /usr/local/zeek/bin/zeek-config autoconfig
i get a python error:
my zeek-config is the default one, hasn't been modified.