hwangsaeul / libsrt

Mozilla Public License 2.0
14 stars 3 forks source link

MacOS howto no longer seems to work #3

Open richardwilliamson opened 1 year ago

richardwilliamson commented 1 year ago

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 commented 1 year ago

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