You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Jin Shang (Jira)" <ji...@apache.org> on 2022/09/13 11:03:00 UTC

[jira] [Created] (ARROW-17703) [C++][Gandiva][Build]Fix Gandiva OpenSSL dependency

Jin Shang created ARROW-17703:
---------------------------------

             Summary: [C++][Gandiva][Build]Fix Gandiva OpenSSL dependency
                 Key: ARROW-17703
                 URL: https://issues.apache.org/jira/browse/ARROW-17703
             Project: Apache Arrow
          Issue Type: Bug
          Components: C++ - Gandiva
    Affects Versions: 9.0.0
            Reporter: Jin Shang
            Assignee: Jin Shang
             Fix For: 10.0.0


If I build gandiva alone, I get a link error saying OpenSSL related definitions are not found. After some digging, I found out that `ARROW_USE_OPENSSL` is only turned on if any of the following conditions is met: `PARQUET_REQUIRE_ENCRYPTION`, `ARROW_FLIGHT`, `ARROW_S3`. Adding `ARROW_GANDIVA` to the list solves this issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)