[
https://issues.apache.org/jira/browse/ARROW-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16923419#comment-16923419
]
Francois Saint-Jacques commented on ARROW-6171:
-----------------------------------------------
`export R_LD_LIBRARY_PATH=$LD_LIBRARY_PATH` fixes the issue. According to [R
documentation|[https://colinfay.me/r-installation-administration/add-on-packages.html]],
it shouldn't be required. I've asked the R specialist, we'll see their answer.
> [R] "docker-compose run r" fails
> --------------------------------
>
> Key: ARROW-6171
> URL: https://issues.apache.org/jira/browse/ARROW-6171
> Project: Apache Arrow
> Issue Type: Bug
> Components: Developer Tools, R
> Reporter: Antoine Pitrou
> Priority: Critical
>
> I get the following failure:
> {code}
> ** testing if installed package can be loaded from temporary location
> Error: package or namespace load failed for 'arrow' in dyn.load(file, DLLpath
> = DLLpath, ...):
> unable to load shared object
> '/usr/local/lib/R/site-library/00LOCK-arrow/00new/arrow/libs/arrow.so':
> /opt/conda/lib/libarrow.so.100: undefined symbol:
> LZ4F_resetDecompressionContext
> Error: loading failed
> Execution halted
> ERROR: loading failed
> * removing '/usr/local/lib/R/site-library/arrow'
> {code}
--
This message was sent by Atlassian Jira
(v8.3.2#803003)