DELLY Running error(error while loading shared libraries: libboost_iostreams.so.1.53.0: cannot open shared object file: No such file or directory)
1
0
Entering edit mode
9.7 years ago

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?

error software • 5.1k views
ADD COMMENT
1
Entering edit mode

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.

ADD REPLY
0
Entering edit mode
4.3 years ago
k.balaji93 ▴ 10

You can download and run delly's latest static binary from here:

https://github.com/dellytools/delly/releases/

go to the folder containing the file (~/downloads or custom) and do

chmod +x delly_v0.8.1_linux_x86_64bit

To run it, simply do ./delly_v0.8.1_linux_x86_64bit

ADD COMMENT
0
Entering edit mode

You can also find delly singularity image in the same github page above, if you have singularity installed.

ADD REPLY

Login before adding your answer.

Traffic: 1462 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6