ebi-pf-team / interproscan

Genome-scale protein function classification
Apache License 2.0
300 stars 67 forks source link

glibc dependencies #163

Closed FredericBGA closed 4 years ago

FredericBGA commented 4 years ago

I've got an issue with the required version of glibc (interproscan-5.45-80.0):

Error output from binary:
bin/hmmer/hmmer3/3.3/hmmsearch: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by bin/hmmer/hmmer3/3.3/hmmsearch)
bin/hmmer/hmmer3/3.3/hmmsearch: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by bin/hmmer/hmmer3/3.3/hmmsearch)

How can I deal with that? Maybe I can try to compile my own version on hmmer3 tools and modify the path binary.hmmer33.hmmsearch.path in interproscan.properties

FredericBGA commented 4 years ago

ok, it works with our own version of hmmer3 tools.