srividya22 / interproscan

Automatically exported from code.google.com/p/interproscan
0 stars 0 forks source link

[interhelp #40928] Included 3rd party dependencies are 32-bit #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the 64-bit version of Interproscan 5.11-51.0
2. Run the test file: ./interproscan.sh -i test_proteins.fasta -f tsv
3. The test file will fail.
4. Check the library dependencies of the 3rd party binaries: file 
[InterProScan5 home]/bin/coils/ncoils

What is the expected output? What do you see instead?

ncoils should be built for 64-bit systems. However, it expects 32-bit libraries 
to be installed:

ncoils: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically 
linked (uses shared libs), for GNU/Linux 2.0.0, not stripped

What version of the product are you using? On what operating system?

Interproscan 5.11-51.0

Original issue reported on code.google.com by donovan....@gmail.com on 20 Apr 2015 at 2:56

GoogleCodeExporter commented 9 years ago
Hi,

You should be able to run 32 bit programs normally if you install the 32-bit 
compatibility libraries.

If you really want to install a binary specific to your platform then for 
ncoils check the following link: 
http://code.google.com/p/interproscan/wiki/CompilingBinaries#Ncoils 

Regards,
Gift

Original comment by nuka....@gmail.com on 21 Apr 2015 at 10:42