You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/08/02 08:27:46 UTC

[GitHub] [incubator-pegasus] GehaFearless commented on pull request #1094: feat: Support Build on M1 MacOS

GehaFearless commented on PR #1094:
URL: https://github.com/apache/incubator-pegasus/pull/1094#issuecomment-1202178945

   > ```
   > CMake Error at /opt/homebrew/Cellar/cmake/3.23.3/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
   >   Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the
   >   system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY
   >   OPENSSL_INCLUDE_DIR)
   > ```
   > 
   > Did you encounter this problem? Testing your branch on my local mac m1.
   
   You should `export OPENSSL_ROOT_DIR="/usr/local/opt/openssl"`.
   Also you need `brew install snappy
             brew install lz4
             brew install zstd
             brew install openssl@1.1`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org