paleolimbot opened a new issue, #33898: URL: https://github.com/apache/arrow/issues/33898
### Describe the bug, including details regarding any error messages, version, and platform. We've got a DLL loading error when loading the arrow package on Ubuntu in the development documentation nightly: https://github.com/ursacomputing/crossbow/actions/runs/4020387995/jobs/6908263935#step:10:39 ``` > Sys.getenv("LD_LIBRARY_PATH") [1] "/opt/R/4.1.3/lib/R/lib:/usr/local/lib:/usr/lib/x86_64-linux-gnu:/usr/lib/jvm/temurin-11-jdk-amd64/lib/server:/home/runner/work/crossbow/crossbow/dist/lib:/home/runner/work/crossbow/crossbow/dist/lib:" > library(arrow) Error: Error: package or namespace load failed for ‘arrow’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/home/runner/work/_temp/Library/arrow/libs/arrow.so': /home/runner/work/crossbow/crossbow/dist/lib/libparquet.so.1100: undefined symbol: _ZN5arrow6Status14AddContextLineEPKciS2_ Execution halted Error: Process completed with exit code 1. ``` ### Component(s) R -- 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]
