kou commented on PR #33808:
URL: https://github.com/apache/arrow/pull/33808#issuecomment-1410001000

   I'll take a look at this in this week.
   
   In general, we need additional work to use dynamic linking for bundled 
libraries. If we use dynamic linking for bundled libraries, we need to install 
them but it may overwrite existing libraries. So we need to install them to not 
`$PREFIX/lib/` like `$PREFIX/lib/arrow/`. We may need to use rpath or something 
to load them installed in `$PREFIX/lib/arrow/` at runtime.


-- 
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]

Reply via email to