[
https://issues.apache.org/jira/browse/ARROW-6182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16903387#comment-16903387
]
Neal Richardson commented on ARROW-6182:
----------------------------------------
The arrow R package is available on conda-forge as well–maybe that's better for
you since you're already in conda territory?
[https://anaconda.org/conda-forge/r-arrow]
I also notice this environment variable mentioned in the {{configure}} script,
and maybe this is what it's there for:
[https://github.com/apache/arrow/blob/13f5e92b87a87669a8fd15c457140dd098408fce/r/configure#L90-L93]
Let us know if that does turn out to solve it for you so we can add to the docs.
> [R] Package fails to load with error `CXXABI_1.3.11' not found
> ---------------------------------------------------------------
>
> Key: ARROW-6182
> URL: https://issues.apache.org/jira/browse/ARROW-6182
> Project: Apache Arrow
> Issue Type: Bug
> Components: R
> Affects Versions: 0.14.1
> Environment: Ubuntu 16.04.6
> Reporter: Ian Cook
> Priority: Major
>
> I'm able to successfully install the C++ and Python libraries from
> conda-forge, then successfully install the R package from CRAN if I use
> {{--no-test-load}}. But after installation, the R package fails to load
> because {{dyn.load("arrow.so")}} fails. It throws this error when loading:
> {code:java}
> unable to load shared object '~/R/arrow/libs/arrow.so':
> /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `CXXABI_1.3.11' not found
> (required by ~/.conda/envs/python3.6/lib/libarrow.so.14)
> {code}
> Do the Arrow C++ libraries actually require GCC 7.1.0 / CXXABI_1.3.11? If
> not, what might explain this error message? Thanks.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)