You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 14, 2019. It is now read-only.
When trying to build the MIG Client Daemon from the mig-client-daemon branch, a compilation error occurs.
Steps to Reproduce
Make sure you have yara installed, e.g. by runner brew install yara on macOS
Clone the mig repository and checkout the mig-client-daemon branch.
Checkout mig-client-daemon and cd client/mig-client-daemon
Rename modules/yara to modules/yara.go so it will be included by the compiler in the next step.
Compile from mig-client-daemon/ with go build -o mig-client-daemon main.go
If you encounter an error stating that libcrypto.pc couldn't be found in PKG_CONFIG_PATH, append the path to libcrypto.pc's pkgconfig directory to PKG_CONFIG_PATH. This will likely be contained by OpenSSL. For example, on macOS with OpenSSL installed via Homebrew, I set