kou commented on PR #45306:
URL: https://github.com/apache/arrow/pull/45306#issuecomment-2964907213
> Multiple curls (`/usr/lib/x86_64-linux-gnu/libcurl.so.4` and
`/usr/local/lib/R/site-library/curl/libs/curl.so`) are used...
This is wrong. `/usr/local/lib/R/site-library/curl/libs/curl.so` is a R
library not curl itself. It uses system curl:
```console
root@ac9396025789:/# ldd /usr/local/lib/R/site-library/curl/libs/curl.so |
grep curl
libcurl.so.4 => /lib/x86_64-linux-gnu/libcurl.so.4 (0x00007f3c260f9000)
```
--
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]