assignUser commented on issue #36848:
URL: https://github.com/apache/arrow/issues/36848#issuecomment-1652792358
Is it possible that you do not have `openssl-devel` installed? IIRC this is
necessary for a number of features.
I just tested installing with the precomiled binary on centos7 and that
results in this:
```
> arrow::arrow_info()
Arrow package version: 12.0.1.1
Capabilities:
acero TRUE
dataset TRUE
substrait FALSE
parquet TRUE
json TRUE
s3 TRUE
gcs TRUE
utf8proc TRUE
re2 TRUE
snappy TRUE
gzip TRUE
brotli TRUE
zstd TRUE
lz4 TRUE
lz4_frame TRUE
lzo FALSE
bz2 TRUE
jemalloc TRUE
mimalloc TRUE
```
- install and source devtoolset
- install openssl-devel
- create Makevars file so R picks up the devtoolset gcc (which I assume you
have done as otherwise building arrow would fail)
- on the shell set `export LIBARROW_BINARY=TRUE`
- in R `install.packages('arrow')`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]