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 has been 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
When trying to build the MIG Client Daemon from the
mig-client-daemon
branch, a compilation error occurs.Steps to Reproduce
yara
installed, e.g. by runnerbrew install yara
on macOSmig-client-daemon
branch.mig-client-daemon
andcd client/mig-client-daemon
modules/yara
tomodules/yara.go
so it will be included by the compiler in the next step.mig-client-daemon/
withgo build -o mig-client-daemon main.go
If you encounter an error stating that
libcrypto.pc
couldn't be found inPKG_CONFIG_PATH
, append the path tolibcrypto.pc
'spkgconfig
directory toPKG_CONFIG_PATH
. This will likely be contained by OpenSSL. For example, on macOS with OpenSSL installed via Homebrew, I setto overcome this issue.
Once the above is resolved, you should see an error stating
The text was updated successfully, but these errors were encountered: