pitrou opened a new issue, #40503: URL: https://github.com/apache/arrow/issues/40503
### Describe the bug, including details regarding any error messages, version, and platform. On a freshly compiled Arrow C++ in debug mode, I get the following warning when running `lddtree` on `libarrow.so` and any other of our libraries: ```console $ lddtree /build/build-test/debug/libarrow.so libarrow.so => /build/build-test/debug/libarrow.so (interpreter => none) scanelf: rpath_security_checks(): Security problem NULL DT_RPATH in /build/build-test/debug/libarrow.so [ repeated a number of times ] ``` ### Component(s) C++ -- 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]
