[ 
https://issues.apache.org/jira/browse/ARROW-8556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17089913#comment-17089913
 ] 

Neal Richardson commented on ARROW-8556:
----------------------------------------

Thanks for the report. Several ideas:

* Could you please share the install logs from above that, where it's compiling?
* You could retry with {{LIBARROW_BINARY=ubuntu-18.04}} and see if that works
* Do you have zstd installed on the system already? If so, what version? (Maybe 
there's a minimum version we require and that's not set right)
* If not, you could {{apt-get install zstd}} and then retry
* You could retry with {{ARROW_R_DEV=true}} for more verbosity in the build 
step (but let's go through the other options first)

> [R] Installation fails with `LIBARROW_MINIMAL=false`
> ----------------------------------------------------
>
>                 Key: ARROW-8556
>                 URL: https://issues.apache.org/jira/browse/ARROW-8556
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: R
>    Affects Versions: 0.17.0
>         Environment: Ubuntu 19.10
> R 3.6.1
>            Reporter: Karl Dunkle Werner
>            Priority: Major
>
> I would like to install the `arrow` R package on my Ubuntu 19.10 system. 
> Prebuilt binaries are unavailable, and I want to enable compression, so I set 
> the {{LIBARROW_MINIMAL=false}} environment variable. When I do so, it looks 
> like the package is able to compile, but can't be loaded. I'm able to install 
> correctly if I don't set the {{LIBARROW_MINIMAL}} variable.
> Here's the error I get:
> {code:java}
> ** 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 
> '~/.R/3.6/00LOCK-arrow/00new/arrow/libs/arrow.so':
>   ~/.R/3.6/00LOCK-arrow/00new/arrow/libs/arrow.so: undefined symbol: 
> ZSTD_initCStream
> Error: loading failed
> Execution halted
> ERROR: loading failed
> * removing ‘~/.R/3.6/arrow’
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to