[
https://issues.apache.org/jira/browse/ARROW-2465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659492#comment-17659492
]
Rok Mihevc commented on ARROW-2465:
-----------------------------------
This issue has been migrated to [issue
#18646|https://github.com/apache/arrow/issues/18646] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Plasma] plasma_store fails to find libarrow_gpu.so
> ---------------------------------------------------
>
> Key: ARROW-2465
> URL: https://issues.apache.org/jira/browse/ARROW-2465
> Project: Apache Arrow
> Issue Type: Bug
> Components: C++ - Plasma, GPU
> Affects Versions: 0.9.0
> Reporter: Antoine Pitrou
> Assignee: Antoine Pitrou
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
> After install, I get the following:
> {code:bash}
> $ which plasma_store
> /home/antoine/miniconda3/envs/pyarrow/bin/plasma_store
> $ plasma_store
> plasma_store: error while loading shared libraries: libarrow_gpu.so.0: cannot
> open shared object file: No such file or directory
> $ ldd `which plasma_store`
> linux-vdso.so.1 => (0x00007ffe7bdf0000)
> libarrow_gpu.so.0 => not found
> libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
> (0x00007f5d81676000)
> libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
> (0x00007f5d812ee000)
> libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f5d80fe5000)
> libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
> (0x00007f5d80dce000)
> libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f5d80a04000)
> /lib64/ld-linux-x86-64.so.2 (0x00007f5d81893000)
> {code}
> Note that {{libarrow_gpu.so}} is installed in
> {{/home/antoine/miniconda3/envs/pyarrow/lib/}}
> There are probably two solutions:
> * link statically with the Arrow GPU libs (I wonder why this isn't done like
> it is for the Arrow libs)
> * or make the rpath correct
--
This message was sent by Atlassian Jira
(v8.20.10#820010)