You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2023/06/27 21:17:44 UTC

[GitHub] [arrow] kou commented on issue #36329: [C++][CI] OpenSSL link error in Gandiva on macOS

kou commented on issue #36329:
URL: https://github.com/apache/arrow/issues/36329#issuecomment-1610233292

   Ah, sorry. I didn't take a look at this failure.
   
   It's caused by mixing OpenSSL 1.1 and 3.0.
   In this case, OpenSSL 3.0's include headers (they have `#define EVP_MD_size EVP_MD_get_size`) are used and OpenSSL 1.1's libraries (they provides `EVP_MD_size` not `EVP_MD_get_size`) are used.


-- 
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: github-unsubscribe@arrow.apache.org

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