Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListUtil.c: loadable library and perl binaries are mismatched #362

Open
473021677 opened this issue Oct 6, 2024 · 1 comment
Open

ListUtil.c: loadable library and perl binaries are mismatched #362

473021677 opened this issue Oct 6, 2024 · 1 comment

Comments

@473021677
Copy link

Hi,
I have installed DRAM and am trying to use DRAM-v to identify the AMGs. However, the program terminated abnormally. It shows that "The subcommand ['barrnap', '--threads', '20', 'dramv-annotate/working_dir/Thermal_system_virus_genomes-for-dramv/scaffolds.annotated.fa'] experienced an error: ListUtil.c: loadable library and perl binaries are mismatched (got handshake key 0xde00080, needed 0xed00080)". I do not know how to solve this problem and really need your help. I have appended the log file. Thanks for your help.

Best regards,
Yang Yuan
annotate.log

@RinHayashi
Copy link

Hello,
I don't know if you have already solved this problem, but I met a problem like this and I think it's caused by perl version conflict. I found a solution here.
You can try this command env | grep PERL.
My output has PERL5LIB as the best answer in the link above said, so I used command unset PERL5LIB before I ran DRAM-v.py annotate, and it worked for me.
Hope this can help you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants