oracle11g安装到red hat6.2 64位系统报错:/lib/ld-linux.so.2: bad ELF interpreter
1、问题如下:
[oracle@just ~]$ cd database/
[oracle@just database]$ ./runInstaller
./runInstaller: /u01/soft/client/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
2、进行检查缺少哪个包:
[root@just ~]# yum whatprovides ld-linux.so.2
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
Updating certificate-based repositories.
Unable to read consumer identity
glibc-2.12-1.47.el6.i686 : The GNU libc libraries
Repo : yumku
Matched from:
Other : ld-linux.so.2
3、安装glibc-2.12-1.47.el6.i686
[root@just ~]# yum install -y glibc-2.12-1.47.el6.i686 安装32位的包
4、再次运行安装oracle,没有报错,出现图形的安装界面
本文转自ling118 51CTO博客,原文链接:http://blog.51cto.com/meiling/1421819,如需转载请自行联系原作者