Skip to content
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

cycamore unit tests error #486

Open
KennellyT opened this issue Jul 19, 2018 · 3 comments
Open

cycamore unit tests error #486

KennellyT opened this issue Jul 19, 2018 · 3 comments

Comments

@KennellyT
Copy link

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
Copy link

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
Copy link
Member

bam241 commented Aug 7, 2018

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

@KennellyT
Copy link
Author

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants