When I running the DELLY, there are error about libbost_iostreams.so.1.53.0
./src/delly: error while loading shared libraries: libboost_iostreams.so.1.53.0: cannot open shared object file: No such file or directory
This is the error message. I check that libboost_iostreams.so.1.53.0
is in boost_1_53_0/stage/lib
So I think DELLY can't find that file or DELLY and boost con't connect each other.
How can I fix it?
This is a runtime error. It means DELLY cannot find a library it needs. If you globally install BOOST or set your
LD_LIBRARY_PATH
the problem will be resolved.