Is there the recommended version of openssl for compiling TON source? I am on MacOS Monteray and I am seeing an error compiling ton source: Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the Try setting path to openssl root folder in OPENSSL_ROOT_DIR

Sep 10, 2022, 11:28 AM
Should OPENSSL_ROOT_DIR point to: ./ton/crypto/openssl
or to /opt/homebrew/Cellar/openssl@3/3.0.5 ?
I tried adding the later directory and it gets passed the OPENSSL issue but now I see something else missing:
-- Could NOT find mhd (missing: MHD_INCLUDE_DIR MHD_LIBRARY)
-- Configuring done
-- Generating done
-- Build files have been written to: /Users/dean/ton/ton-build
These seem to be more warnings
Sep 10, 2022, 11:51 AM

© 2024 Draquery.com All rights reserved.