Closed maoudia-via closed 2 months ago
I'm not a Mac expert, but it looks to me like your version of OpenSSL targets arm64 and you're running an x86_64 machine (or possibly vice versa).
Yes, if I'm not mistaken on arm64 Mac's Homebrew is installed in /opt/homebrew, whereas on x86_64 Mac's it's in /usr/local, so this seems to indicate your building on arm64. Did you use some specific command line arguments mentioning x86_64?
Closing due to lack of follow-up. Please re-open if you need to.
Following the steps documented in the README, I tried to build on Mac
Darwin xxxxxx 23.6.0 Darwin Kernel Version 23.6.0: Mon Jul 29 21:16:46 PDT 2024; root:xnu-10063.141.2~1/RELEASE_ARM64_T8112 x86_64
I am seeing build errors such as :
OPENSSL_ROOT_DIR is set to
/opt/homebrew/opt/openssl@3.3
Is there anything I am missing for a successful build ?
Thanks !