GitHub user alexeyroytman added a comment to the discussion: [C++] OpenSSL
1.0.2 and above supported for C++, but in R OpenSSL 1.0 and 1.1 is desupported
Thus, for my case, these are mandatory:
```
-DOPENSSL_CRYPTO_LIBRARY=/usr/lib64/libcrypto.so.3 \
-DOPENSSL_SSL_LIBRARY=/usr/lib64/libssl.so.3 \
-DOPENSSL_INCLUDE_DIR=/usr/include/openssl3 \
-DPARQUET_REQUIRE_ENCRYPTION=ON \
-DARROW_JSON=ON
```
GitHub link:
https://github.com/apache/arrow/discussions/50032#discussioncomment-17233655
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]