From: Kenneth A. Satyshur
Date: 6 February 2012 16:17
I just installed ccp4 6.2.0 on a new RHEL6.2 system and I get this error.
Anyone know how to fix this? I installed tcl and tk into the system but ccp4 seems to
want to use its own version.
[xray@paprika ~/Desktop]$ /home/xray/ccp4/ccp4-6.2.0/ccp4-6.2.0/bin/ccp4i: /home/xray/ccp4/ccp4-6.2.0/tcltkplusplus/bin/wish: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
/home/xray/ccp4/ccp4-6.2.0/ccp4-6.2.0/bin/ccp4i: line 4: /home/xray/ccp4/ccp4-6.2.0/tcltkplusplus/bin/wish: Success
thanks
kas
--
Kenneth A. Satyshur,
----------
From: Tim Gruene
Dear kas,
The error message (bad ELF interpreter) suggests a mismatch between a
64bit library and a 32bit binary (or vice versa), i.e. your system may
lack compatibility libraries to run 32bit programs. These are usually
available for linux distributions. Try to install them and try again.
The second line looks like the command actually did find what it was
looking for and not fail. Does ccp4i run on this system?
Regards,
Tim
- --
- --
Dr Tim Gruene
----------
From: Michel Fodje
Your 64bit system does not have the 32bit LSB libraries installed. Install the packages "redhat-lsb.i686" and "redhat-lsb-graphics.i686" using yum as follows:
yum install redhat-lsb.i686 redhat-lsb-graphics.i686
----------
From: Kay Diederichs
Hi,
I think your 64bit system lacks the 32bit loader. Try as root:
yum install /lib/ld-linux.so.2
and be prepared to install a couple of 32bit libraries, as needed.
HTH,
Kay --
Kay Diederichs
No comments:
Post a Comment