今天配置 Amoeba 出现了如下错误  

[root@bogon amoeba]# ./bin/launcher
./bin/launcher: /usr/local/jdk1.8/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory

 

主机环境环境:

[root@bogon tools]# uname -r
2.6.32-642.11.1.el6.x86_64
[root@bogon tools]# cat /etc/redhat-release 
CentOS release 6.8 (Final)

原因: 

是因为我在64位系统中安装了32位程序


解决方法:

yum install glibc.i686 libstdc++.so.6