cyclus / cycamore

The CYClus Additional Module REpository
Other
15 stars 40 forks source link

cycamore unit tests error #486

Open KennellyT opened 6 years ago

KennellyT commented 6 years ago

Hey, After installing cyclus and cycamore via binary I tried to run the cycamore unit tests. When I tried to run the tests this error occured: cycamore_unit_tests: error while loading shared libraries: libhdf5_cpp.so.101: cannot open shared object file: No such file or directory

chiudaniels commented 6 years ago

Hey! I ran into this problem before and the fix I found was to simply check if libhdf5 was installed correctly with apt list --installed and if it wasn't to simply install it using
sudo apt-get install libhdf5-serial-dev

bam241 commented 6 years ago

@KennellyT did the suggestion from @chiudaniels fix your issue ?

KennellyT commented 6 years ago

@bam241 - At this time, the suggestion from @chiudaniels did not fix my issue as the error:

cycamore_unit_tests: error while loading shared libraries: libhdf5_cpp.so.101: cannot open shared object file: No such file or directory

still occurs