cyclus_unit_tests
cyclus_unit_tests: error while loading shared libraries: libboost_filesystem.so.1.65.1: cannot open shared object file: No such file or directory
cyclus_unit_tests: error while loading shared libraries: libboost_system.so.1.65.1: cannot open shared object file: No such file or directory
I was able to address both of these by symbolically linking the .so files to existing ones on my computer as follows
ln -s /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_filesystem.so.1.65.1
sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.71.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.65.1
Cyclus_unit_tests all passed
After installing cycamore I received similar errors and addressed them in the same way
cycamore_unit_tests: error while loading shared libraries: libhdf5.so.10: cannot open shared object file: No such file or directory
sudo ln -s /home/john366/anaconda3/envs/cyclus/lib/libhdf5.so /usr/lib/x86_64-linux-gnu/libhdf5.so.10
cycamore_unit_tests: error while loading shared libraries: libhdf5_hl.so.10: cannot open shared object file: No such file or directory
sudo ln -s /home/john366/anaconda3/envs/cyclus/lib/libhdf5_hl.so /usr/lib/x86_64-linux-gnu/libhdf5_hl.so.10
I am no receiving the following error that I do not understand and am not sure if it is related to the above errors or remedies
cycamore_unit_tests: Symbol `_ZTVN6cyclus6RegionE' has different size in shared object, consider re-linking
cycamore_unit_tests: symbol lookup error: cycamore_unit_tests: undefined symbol: _ZN6cyclus11warn_prefixE
Hello there,
We are close to issuing a new release and updating the conda packages. At this time, I believe that the cyclus packages may not be compatible with the newest version of the packages they depend upon.
Sorry,
Paul
--
-- ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ --
Paul P.H. Wilson (he/him/his)
Grainger Professor of Nuclear Engineering
Chair, Department of Nuclear Engineering & Engineering Physics
o: 608-263-0807, c: 608-469-9615
paul....@wisc.edu
153 Engineering Research Bldg
1500 Engineering Dr, Madison, WI 53706
Zoom Meeting Room: https://uwmadison.zoom.us/j/6082630807
Zoom Phone Access: +1-929-205-6099, Access code: 6082630807
Computational Nuclear Engineering Research Group
--
You received this message because you are subscribed to the Google Groups "Cyclus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
cyclus-users...@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/cyclus-users/c6b3f0f4-caa1-44dc-87d1-6676a79bd56cn%40googlegroups.com.