following error: /usr/bin/ldd: $SCHRODINGER/mmshare-vXXXXX/bin/Linux-x86_64/lmutil: /lib64/ld-lsb-x86-64.so.3: bad ELF interpreter: No such file or directory What do I do?

This error indicates that the LSB (Linux Standard Base) subsystem is not installed.

1、On RedHat-based systems (including CentOS), you will need to install the redhat-lsb package:

#yum install redhat-lsb

Further information can be found at http://rhn.redhat.com/errata/RHEA-2005-649.html

2、On Suse SLES systems you will need to install the lsb package:

#yast -i lsb

3、On Ubuntu systems, you will need to install the lsb-core package:

#sudo apt-get install lsb-core