Skip to content
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

MacOS howto no longer seems to work #3

Open
richardwilliamson opened this issue Apr 13, 2023 · 1 comment
Open

MacOS howto no longer seems to work #3

richardwilliamson opened this issue Apr 13, 2023 · 1 comment

Comments

@richardwilliamson
Copy link

I have followed the steps in the readme to build on macOS (12.6.2) however the steps around SSL no longer seem to work and I get the error:

fatal error: 'openssl/evp.h' file not found
#include <openssl/evp.h> /* PKCS5_xxx() */

I think this is to do with how SLL is linked but it's a bit beyond my experience to know how to fix..

@richardwilliamson
Copy link
Author

Just to add, something which I suspect is relevant is that I am trying to build this as a universal library - using CMAKE_OSX_ARCHITECTURES=arm64;x86_64 and I suspect there may be an issue that the version of openssl on brew is also not universal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant