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
For enabled SSL, without specifying OpenSSL 3.x paths:
```
time cmake .. -DARROW_PARQUET=ON \
-DARROW_WITH_BROTLI=ON -DARROW_WITH_BZ2=ON \
-DARROW_WITH_LZ4=ON -DARROW_WITH_SNAPPY=ON \
-DARROW_WITH_ZLIB=ON -DARROW_WITH_ZSTD=ON \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=$arrow_inst \
-DARROW_BUILD_UTILITIES=ON -DARROW_FILESYSTEM=ON \
-DPARQUET_BUILD_EXECUTABLES=ON -DARROW_DATASET=ON \
-DPARQUET_REQUIRE_ENCRYPTION=ON
```
I attach the output.
[cmake_build_sslsimple.txt](https://github.com/user-attachments/files/28700205/cmake_build_sslsimple.txt)
GitHub link:
https://github.com/apache/arrow/discussions/50032#discussioncomment-17217904
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]