GitHub user kou 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
Thanks.
* With these build options, Apache Arrow C++ doesn't need OpenSSL. So `Building
without OpenSSL support.` is reported.
* For example, `-DPARQUET_REQUIRE_ENCRYPTION=ON` needs OpenSSL
* `-DOPENSSL_CRYPTO_LIBRARY=/usr/lib64/libcrypto3.so` is wrong with EPEL's
`openssl3-devel`. You need to use `libcrypto.so.3` not `libcrypto3.so`.
* `-DOPENSSL_SSL_LIBRARY=/usr/lib64/libssl3.so` is wrong with EPEL's
`openssl3-devel`. You need to use `libssl.so.3` not `libssl3.so`.
BTW, what is your real problem? Do you want to use OpenSSL 1.1 with the
`{arrow}` R package? Do you want to use the `{arrow}` R package on RHEL 8 with
any OpenSSL?
GitHub link:
https://github.com/apache/arrow/discussions/50032#discussioncomment-17212445
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]