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
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
The cyclus_unit_tests all PASSED. I then installed cycamore and ran into some similar problems with libraries and attempted to fix them with symbolic links as above, which did not work. After removing the new symbolic links a number of cyclus_unit_tests now fail
[==========] 515 tests from 110 test cases ran. (2270 ms total)
[ PASSED ] 502 tests.
[ FAILED ] 13 tests, listed below:
[ FAILED ] Hdf5BackTests.ShapeSegfault
[ FAILED ] Hdf5BackTest.ReadWriteAll
[ FAILED ] Hdf5BackTest.ColumnTypes
[ FAILED ] Hdf5BackTest.Tables
[ FAILED ] SqliteDbTests.CreateAndInsert
[ FAILED ] XMLFileLoaderTests.openfile
[ FAILED ] XMLFileLoaderTests.decayfile
[ FAILED ] XMLFileLoaderTests.solverfile
[ FAILED ] XMLFileLoaderTests.EpsDefault
[ FAILED ] XMLFileLoaderTests.EpsFile
[ FAILED ] XMLFileLoaderTests.ExplicitFormat
[ FAILED ] XMLFileLoaderTests.throws
[ FAILED ] XMLParserTests.XInclude
I have unistalled and reinstalled cyclus, and all of the dependencies but the cyclus_unit_tests sill fails as above.