[ https://issues.apache.org/jira/browse/ARROW-9303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17152275#comment-17152275 ]
Neal Richardson commented on ARROW-9303: ---------------------------------------- {quote} I tried installing the binaries with CC and CXX both with gcc 8.3.0 and with the system gcc (4.8.5). I get teh same undefined symbol error (as above) in either case. {quote} Odd, I wouldn't expect the _same_ undefined symbol error with those gcc versions. {quote} Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/.../R_4.0.2_libs/00LOCK-arrow/00new/arrow/libs/arrow.so': /.../R_4.0.2_libs/00LOCK-arrow/00new/arrow/libs/arrow.so: undefined symbol: _ZTIN5boost11regex_errorE Error: loading failed {quote} Could you share the verbose build logs (with {{ARROW_R_DEV=true}} set) from that? And is that using gcc 8 or gcc 4.8? Boost regex is only needed when compiling with gcc < 4.9. > Can't install R arrow on CentOS 7.6.1810 > ---------------------------------------- > > Key: ARROW-9303 > URL: https://issues.apache.org/jira/browse/ARROW-9303 > Project: Apache Arrow > Issue Type: Bug > Components: R > Affects Versions: 0.17.1 > Environment: CentOS 7.6.1810 > R 4.0.2 > Reporter: Nathan TeBlunthuis > Priority: Major > > I'm following the instructions here: https://arrow.apache.org/install/ > arrow::install_arrow() > gives error: > {{./configure: line 132: cd: libarrow/arrow-0.17.1/lib: No such file or > directory}} > {{This leaves me without a working arrow::read_feather.}} -- This message was sent by Atlassian Jira (v8.3.4#803005)