Install Problem on CentOS 5.2 64bit

mclehner

New member
Joined
Nov 28, 2005
Messages
1
I am installing DirectAdmin on a clean CentOS 5.2 64bit machine. Everything has compiled fine, except that the actual directadmin binaries seem to be 32bit instead of 64bit. I've removed all 32bit compatible libraries from the machine, so they won't run. Does DirectAdmin have native 64bit binaries, or do I need to install the 32bit libraries needed to run the 32bit binaries?

Thanks,

Matt

[root@sparta directadmin]# ./directadmin i
-bash: ./directadmin: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
[root@sparta directadmin]# file directadmin
directadmin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped
[root@sparta directadmin]#
 
Back
Top