You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/05 19:11:40 UTC

[GitHub] [pulsar] merlimat opened a new pull request #10141: [C++] Add /opt/homebrew/ as a possible path for OpenSSL on Mac

merlimat opened a new pull request #10141:
URL: https://github.com/apache/pulsar/pull/10141


   ### Motivation
   
   On Mac, Homebrew has changed the default install location from `/usr/local` to `/opt/homebrew`. When looking for OpenSSL headers and libs, we should include the new path as well.
   
   Additionally, the OpenSSL include directories were specified twice, which is not needed.


-- 
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.

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



[GitHub] [pulsar] merlimat merged pull request #10141: [C++] Add /opt/homebrew/ as a possible path for OpenSSL on Mac

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #10141:
URL: https://github.com/apache/pulsar/pull/10141


   


-- 
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.

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



[GitHub] [pulsar] merlimat commented on pull request #10141: [C++] Add /opt/homebrew/ as a possible path for OpenSSL on Mac

Posted by GitBox <gi...@apache.org>.
merlimat commented on pull request #10141:
URL: https://github.com/apache/pulsar/pull/10141#issuecomment-813668544


   It depends when home-brew was installed. New installs are `/opt/homebrew`
   
   ```
   $ ll /opt/homebrew/opt/openssl
   lrwxr-xr-x  1 mmerli  admin  28 Apr  4 12:01 /opt/homebrew/opt/openssl -> ../Cellar/openssl@1.1/1.1.1k
   
   $ ll /usr/local/opt/openssl@1.1/
   ls: /usr/local/opt/openssl@1.1/: No such file or directory
   ```


-- 
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.

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