ParBLiSS / FastANI

Fast Whole-Genome Similarity (ANI) Estimation
Apache License 2.0
374 stars 67 forks source link

Installation issue: /usr/bin/perl symbol lookup error #8

Closed snayfach closed 5 years ago

snayfach commented 6 years ago

I get the following error on installation:

$ ./bootstrap.sh
/usr/bin/perl: symbol lookup error: /usr/common/usg/languages/perl/5.24.0/extra/lib/perl5/x86_64-linux-thread-multi/auto/List/Util/Util.so: undefined symbol: Perl_xs_handshake

Any ideas?

Thanks, Stephen

cjain7 commented 6 years ago

Sorry I am not much familiar with perl and couldn't help on this one.

tseemann commented 6 years ago

@snayfach maybe try changing #!/usr/bin/perl to #!/usr/bin/env perl in that script.

snayfach commented 5 years ago

I ended up installing with anaconda which worked