You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tdhock (via GitHub)" <gi...@apache.org> on 2023/06/06 02:17:31 UTC

[GitHub] [arrow] tdhock commented on issue #35577: missing -lthrift flag when linking R arrow.so

tdhock commented on issue #35577:
URL: https://github.com/apache/arrow/issues/35577#issuecomment-1577791957

   you wrote that libthrift.so is used by libparquet.so but it's not used directly by arrow.so (shared library for R) but that is not true according to ldd on my system (see output above, relevant part shown below)
   ```
   (arrow) tdhock@maude-MacBookPro:~/arrow-git/cpp/build(main*)$ ldd ../../r/src/arrow.so 
   ...
   	libthrift.so.0.15.0 => not found
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org