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

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

     [ https://issues.apache.org/jira/browse/ARROW-17703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jin Shang updated ARROW-17703:
------------------------------
    Component/s: Continuous Integration

> [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, Continuous Integration
>    Affects Versions: 9.0.0
>            Reporter: Jin Shang
>            Assignee: Jin Shang
>            Priority: Trivial
>             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)