nealrichardson commented on issue #35045: URL: https://github.com/apache/arrow/issues/35045#issuecomment-1503775624
How are you building the Arrow C++ library? Can you share your full `R CMD INSTALL` output? There is a CMake option to use (or not) rpath, defaults to `ON`: https://github.com/apache/arrow/blob/main/cpp/cmake_modules/DefineOptions.cmake#L206-L207 Sounds like you may want that off? If you're not building Arrow C++ separately from the R package build, you can pass this in by setting the env var `EXTRA_CMAKE_FLAGS="-DARROW_INSTALL_NAME_RPATH=OFF"` https://github.com/apache/arrow/blob/main/r/inst/build_arrow_static.sh#L89 -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org