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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
