`exe` are windows binaries. There will never be on...
# general
s
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
ok so how do i get the binary after build on mac?
s
On macOS, after a build, there will be a binary in
build/osquery/osqueryd
(You are probably already in the build directpry)
m
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
You’re running osqueryd in daemon mode. You probably want osqueryi or to use the -S flag.
m
how to do that?
Yes I need that so I can interact with the CLI