LiteSpeed Standard on CentOS 4 64-bit

#1
Is this a supported configuration? There does not seem to be a 64-bit build for the standard edition. I am trying to install the 32-bit build on CentOS 4.4 64-bit. I am running into the following error:

/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

Any ideas what I can do to get this to work? It is probably just some compatibility library that I can install via yum. But I don't have any idea which one...
 

mistwang

LiteSpeed Staff
#2
64bit binary is for Enterprise edition, you need to install ia32-libs in order to run 32bit binary on 64bit linux.
Code:
yum install ia32-libs
 
Top