Bracken (Bayesian Reestimation of Abundance with KrakEN) is a highly accurate statistical method that computes the abundance of species in DNA sequences from a metagenomics sample.
I am currently attempting to compile Bracken, but I've encountered an issue with a missing shared library: "libopcodes-2.27-44.base.el7_9.1.so". The error message states: "as: error while loading shared libraries: libopcodes-2.27-44.base.el7_9.1.so: cannot open shared object file: No such file or directory."
I've tried several approaches to resolve this issue:
I attempted to download and locally install the RPM package containing the required library, but I couldn't find it from RPM package providers.
I also tried updating binutils using the command yum install binutils, but this did not resolve the issue either.
I would greatly appreciate any guidance, suggestions, or resources you can provide to help me resolve this dependency problem and successfully compile Bracken.
I am currently attempting to compile Bracken, but I've encountered an issue with a missing shared library: "libopcodes-2.27-44.base.el7_9.1.so". The error message states: "as: error while loading shared libraries: libopcodes-2.27-44.base.el7_9.1.so: cannot open shared object file: No such file or directory."
I've tried several approaches to resolve this issue:
I attempted to download and locally install the RPM package containing the required library, but I couldn't find it from RPM package providers.
I also tried updating
binutils
using the commandyum install binutils
, but this did not resolve the issue either.I would greatly appreciate any guidance, suggestions, or resources you can provide to help me resolve this dependency problem and successfully compile Bracken.
Thank you for your assistance.
Best regards,