Hi, I am trying to add libipset as a dependency. A...
# general
m
Hi, I am trying to add libipset as a dependency. Added the formula to osquery/tools/provision/formula and also included it in the provision.sh script. I ran make deps and it was successfully installed to usr/local/osquery/Cellar. But when I try to build, it throws “undefined symbol” error while linking. Please did I miss any step?
n
Looks like you forgot to mention libipset as a linking dependency in the relevant CMakelists.txt file.