tdhock commented on issue #35577:
URL: https://github.com/apache/arrow/issues/35577#issuecomment-1577871775
actually, `cmake -DCMAKE_INSTALL_RPATH=${CONDA_PREFIX}/lib ...` solved this
issue.
when libparquet.so (built by arrow C++ cmake) has a broken link, it is
passed on to the arrow.so in the R package.
when libparquet.so has a good link, it is passed onto the arrow.so in the R
package,
```
(base) tdhock@maude-MacBookPro:~/lib$ ldd ~/arrow-git/r/src/arrow.so |grep
thrift
libthrift.so.0.15.0 =>
/home/tdhock/.local/share/r-miniconda/envs/arrow/lib/libthrift.so.0.15.0
(0x00007f069ea0e000)
(base) tdhock@maude-MacBookPro:~/lib$ ldd ~/arrow-git/r/src/arrow.so |grep
thrift
libthrift.so.0.15.0 =>
/home/tdhock/.local/share/r-miniconda/envs/arrow/lib/libthrift.so.0.15.0
(0x00007f40652f2000)
```
sorry for the trouble.
--
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]