https://github.com/osquery/osquery logo
Title
m

Micheal

10/18/2018, 1:58 AM
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

npamnani

10/18/2018, 12:57 PM
Looks like you forgot to mention libipset as a linking dependency in the relevant CMakelists.txt file.