kou commented on issue #35577:
URL: https://github.com/apache/arrow/issues/35577#issuecomment-1546301941
We don't need `-lthrift` build flag.
We need the `LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH}`
environment variable on run-time:
`LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:${LD_LIBRARY_PATH} ... R CMD INSTALL ...`
(I assume that your `libtrift.so` is installed by conda.)
--
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]