You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/06/12 09:39:01 UTC

[GitHub] [arrow] traversc commented on issue #13358: Bug: unable to install R package on CentOS 7

traversc commented on issue #13358:
URL: https://github.com/apache/arrow/issues/13358#issuecomment-1153115615

   Setting `ARROW_R_DEV=TRUE` let me figure out what the issue was. One difference from your test setup is I am using gcc 10 and compiling R from source, which is common on centos 7 which uses gcc 4.8.5 by default. 
   
   The shared system libraries did not play nicely with the arrow package (lz4 and snappy in particular), so uninstalling them let the package installation go through properly. 
   
   A feature request would be to add a configuration parameter to turn off searching for system libraries. 
   
   Anyway, feel free to close. Thanks!


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org