You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/10/19 01:03:00 UTC

[jira] [Updated] (ARROW-3559) Statically link libraries for plasma_store_server executable.

     [ https://issues.apache.org/jira/browse/ARROW-3559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-3559:
----------------------------------
    Labels: pull-request-available  (was: )

> Statically link libraries for plasma_store_server executable.
> -------------------------------------------------------------
>
>                 Key: ARROW-3559
>                 URL: https://issues.apache.org/jira/browse/ARROW-3559
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Plasma (C++)
>            Reporter: Robert Nishihara
>            Assignee: Robert Nishihara
>            Priority: Major
>              Labels: pull-request-available
>
> {code:java}
> cd ~
> git clone https://github.com/apache/arrow
> cd arrow/cpp
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Release -DARROW_PYTHON=on -DARROW_PLASMA=on ..
> make -j16
> sudo make install
> cd ~
> cp arrow/cpp/build/release/plasma_store_server .
> mv arrow arrow-temp
> # Try to start the store
> ./plasma_store_server -s /tmp/store -m 1000000000{code}
> The last line crashes with
> {code:java}
> ./plasma_store_server: error while loading shared libraries: libplasma.so.12: cannot open shared object file: No such file or directory{code}
> For usability, it's important that people can copy around the plasma store executable and run it.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)