Closed danagibbon closed 5 years ago
perl: symbol lookup error: /usr/lib64/perl5/auto/Fcntl/Fcntl.so: undefined symbol: Perl_xs_apiversion_bootcheck
That's disturbing. Your perl in Bioconda seems to be interacting with your system libraries. Not sure how to solve that. You could try conda update --all
.
To debug, you can go into the run-directory of this failure (5-phase/index-pair/
) and run the steps in the script yourself in your own shell. But it's unlikely we can solve this for you. If you hit a brick wall, maybe ask a question in a Bioconda forum.
Operating system Which operating system and version are you using?
CentOS Linux release 7.5.1804
Package name Which package / tool is causing the problem? Which version are you using, use
tool --version
. Have you updated to the latest versionconda update package
? Have you updated the complete env by runningconda update --all
? Have you ensured that your channel priorities are set up according to the bioconda recommendations at https://bioconda.github.io/#set-up-channels?conda update --all
&conda update pb-assembly
and get:All requested packages already installed.
Conda environment What is the result of
conda list
? (Try to paste that between triple backticks.)conda list
:Describe the bug A clear and concise description of what the bug is.
Error message Paste the error message / stack.
5-phase/index-pair/run-P078f34dbbca943.bash.stderr
Thank you for the help! -Dana