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

seph

07/01/2021, 3:12 PM
exe
are windows binaries. There will never be one built on macos. bison and flex using the system one sounds like it’s not building under rosetta, or finding the binaries. That sounds a lot like it’s grabbing some native paths. Vagrant is some larger testing thing. If you’re trying to build, you don’t need it
m

Madhur Jodhwani

07/02/2021, 7:48 AM
ok so how do i get the binary after build on mac?
s

seph

07/02/2021, 1:52 PM
On macOS, after a build, there will be a binary in
build/osquery/osqueryd
(You are probably already in the build directpry)
m

Madhur Jodhwani

07/02/2021, 3:52 PM
Oh,Ok but that gives me this as output on launching the osqueryd file, what should I be doing,or what am I doing wrong?
s

seph

07/02/2021, 3:53 PM
You’re running osqueryd in daemon mode. You probably want osqueryi or to use the -S flag.
m

Madhur Jodhwani

07/02/2021, 3:55 PM
how to do that?
Yes I need that so I can interact with the CLI