-
Notifications
You must be signed in to change notification settings - Fork 585
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No package 'libcrypto' found #99
Comments
I had the same issue, I did manage to get it working with:
|
Thanks a lot. It worked!! |
In travis-ci macOS Build Environment, for We could use Or try this:
|
In the recent version of macOS Monterey and a brew version 3.6.3, this command results in the following error:
It can be handled by the following commands: $ brew upgrade openssl
$ brew link --force openssl
$ pkg-config --modversion openssl I think it will be helpful for the new comings. |
I try to build libsnark on macOS High Sierra (Version 10.13) with:
cmake -DWITH_PROCPS=OFF ..
and I get the following error:
It seems that pkg-config can't find openssl. I tried to symlink the library as suggested here #86:
I searched and tried a lot how to make it work without any results. Any advice ?
Openssl info:
$ brew info openssl
Thanks in advanced.
EDIT
I also had to install pkg-config:
brew install pkg-config
It would be nice to be added as instruction under Building on Mac OS X section
The text was updated successfully, but these errors were encountered: