zeek package manager

Hello team,

iam trying to install brp-community-id via package manager and it is failing on the below error.anyone can help

i tried installing from the source and it is also failing

root@ubuntu:/usr/local/zeek/share/zeek/site/packages# zkg install zeek/corelight/bro-community-id
The following packages will be INSTALLED:
zeek/corelight/bro-community-id (1.2)

Proceed? [Y/n] y
Running unit tests for “zeek/corelight/bro-community-id”
error: failed to run tests for zeek/corelight/bro-community-id: package build_command failed, see log in /root/.zkg/logs/bro-community-id-build.log
Proceed to install anyway? [N/y] y

errorlog:
CMakeFiles/Corelight-CommunityID.linux-x86_64.dir/build.make:105: recipe for target ‘CMakeFiles/Corelight-CommunityID.linux-x86_64.dir/communityid.bif.cc.o’ failed
make[3]: *** [CMakeFiles/Corelight-CommunityID.linux-x86_64.dir/communityid.bif.cc.o] Error 1
make[3]: Leaving directory ‘/root/bro-community-id/build’
CMakeFiles/Makefile2:204: recipe for target ‘CMakeFiles/Corelight-CommunityID.linux-x86_64.dir/all’ failed
make[2]: *** [CMakeFiles/Corelight-CommunityID.linux-x86_64.dir/all] Error 2
make[2]: Leaving directory ‘/root/bro-community-id/build’
Makefile:151: recipe for target ‘all’ failed
make[1]: *** [all] Error 2
make[1]: Leaving directory ‘/root/bro-community-id/build’
Makefile:11: recipe for target ‘build-it’ failed
make: *** [build-it] Error 2

Thanks for reporting that, there's a recent change in Zeek's git
`master` branch which breaks that plugin. I've created an issue
related to that for you to follow along here if you'd like:

    https://github.com/zeek/zeek/issues/676

You can also choose to use the Zeek 3.0.0 stable release in the
meantime which doesn't have this issue. Can download it here:

    https://www.zeek.org/downloads/zeek-3.0.0.tar.gz

- Jon

Thank you John for looking into this,I already installed Zeek…I am trying to install Zeek package manger