-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[C++] Installed plasma-store-server fails finding Boost #24067
Comments
Antoine Pitrou / @pitrou: |
Antoine Pitrou / @pitrou: $ ldd /home/antoine/miniconda3/envs/pyarrow/bin/plasma-store-server
linux-vdso.so.1 (0x00007ffc0001f000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007efbff2d3000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007efbff0cb000)
libcuda.so.1 => /usr/lib/x86_64-linux-gnu/libcuda.so.1 (0x00007efbfe52b000)
libssl.so.1.1 => /home/antoine/miniconda3/envs/pyarrow/lib/libssl.so.1.1 (0x00007efbff631000)
libcrypto.so.1.1 => /home/antoine/miniconda3/envs/pyarrow/lib/libcrypto.so.1.1 (0x00007efbfe27d000)
libbz2.so.1.0 => /home/antoine/miniconda3/envs/pyarrow/lib/libbz2.so.1.0 (0x00007efbff61d000)
liblz4.so.1 => /home/antoine/miniconda3/envs/pyarrow/lib/liblz4.so.1 (0x00007efbff5e6000)
libsnappy.so.1 => /home/antoine/miniconda3/envs/pyarrow/lib/libsnappy.so.1 (0x00007efbff5db000)
libz.so.1 => /home/antoine/miniconda3/envs/pyarrow/lib/libz.so.1 (0x00007efbff5c1000)
libzstd.so.1 => /home/antoine/miniconda3/envs/pyarrow/lib/libzstd.so.1 (0x00007efbff505000)
libboost_filesystem.so.1.68.0 => /home/antoine/miniconda3/envs/pyarrow/lib/libboost_filesystem.so.1.68.0 (0x00007efbfe25f000)
libboost_system.so.1.68.0 => /home/antoine/miniconda3/envs/pyarrow/lib/libboost_system.so.1.68.0 (0x00007efbff4fe000)
libstdc++.so.6 => /home/antoine/miniconda3/envs/pyarrow/lib/libstdc++.so.6 (0x00007efbfe0e9000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007efbfdd4b000)
libgcc_s.so.1 => /home/antoine/miniconda3/envs/pyarrow/lib/libgcc_s.so.1 (0x00007efbfdd37000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007efbfdb18000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007efbfd727000)
/lib64/ld-linux-x86-64.so.2 (0x00007efbff4d7000)
libnvidia-fatbinaryloader.so.390.116 => /usr/lib/x86_64-linux-gnu/libnvidia-fatbinaryloader.so.390.116 (0x00007efbfd4db000) But static linking is wasteful, it would be good if we could avoid it. |
Kouhei Sutou / @kou: |
Antoine Pitrou / @pitrou: |
Antoine Pitrou / @pitrou: |
Kouhei Sutou / @kou: |
Wes McKinney / @wesm: |
Antoine Pitrou / @pitrou: You need to build tests to trigger this one. The other one is simply an optimization where we don't bundle unneeded DLLs. |
In my build directory I have:
However, once installed it seems the Boost resolution fails:
Other libraries in the same directory are found, so I don't know what's happening here.
Reporter: Antoine Pitrou / @pitrou
Assignee: Antoine Pitrou / @pitrou
PRs and other links:
Note: This issue was originally created as ARROW-7838. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: