暂无图片
暂无图片
暂无图片
暂无图片
暂无图片

安装oracle客户端 bad ELF interpreter: No such file or directory

章芋文 2019-06-19
352

问题描述

在64位系统上安装11g客户端,报错如下: 

[oracle@gzhxocs4 client]$ ./runInstaller -silent -responseFile response/clientcustom.rsp 
./runInstaller: /home/oracle/soft/client/install/.oui: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory


专家解答

安装glibc.i686包即可: 

[oracle@gzhxocs4 client]$ yum install glibc.i686 
Plugin "product-id" can't be imported 
Plugin "subscription-manager" can't be imported 
Loaded plugins: refresh-packagekit, security 
You need to be root to perform this command. 
[oracle@gzhxocs4 client]$ exit 
logout 
[root@gzhxocs4 oracle]# yum install glibc.i686 
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager 
Updating certificate-based repositories. 
Setting up Install Process 
Resolving Dependencies 
--> Running transaction check 
---> Package glibc.i686 0:2.12-1.47.el6 will be installed 
--> Processing Dependency: libfreebl3.so(NSSRAWHASH_3.12.3) for package: glibc-2.12-1.47.el6.i686 
--> Processing Dependency: libfreebl3.so for package: glibc-2.12-1.47.el6.i686 
--> Running transaction check 
---> Package nss-softokn-freebl.i686 0:3.12.9-11.el6 will be installed 
--> Finished Dependency Resolution 

Dependencies Resolved 

============================================================================================================================================== 
 Package                                  Arch                       Version                             Repository                      Size 
============================================================================================================================================== 
Installing: 
 glibc                                    i686                       2.12-1.47.el6                       localyum                       4.3 M 
Installing for dependencies: 
 nss-softokn-freebl                       i686                       3.12.9-11.el6                       localyum                       116 k 

Transaction Summary 
============================================================================================================================================== 
Install       2 Package(s) 

Total download size: 4.4 M 
Installed size: 13 M 
Is this ok [y/N]: y 
Downloading Packages: 
---------------------------------------------------------------------------------------------------------------------------------------------- 
Total                                                                                                          43 MB/s | 4.4 MB     00:00     
Running rpm_check_debug 
Running Transaction Test 
Transaction Test Succeeded 
Running Transaction 
  Installing : glibc-2.12-1.47.el6.i686                                                                                                   1/2 
  Installing : nss-softokn-freebl-3.12.9-11.el6.i686                                                                                      2/2 
Installed products updated. 

Installed: 
  glibc.i686 0:2.12-1.47.el6                                                                                                                   

Dependency Installed: 
  nss-softokn-freebl.i686 0:3.12.9-11.el6                                                                                                      

Complete!

重新安装:

[root@gzhxocs4 oracle]# su - oracle 
[oracle@gzhxocs4 ~]$ cd soft/client/ 
[oracle@gzhxocs4 client]$  ./runInstaller -silent -responseFile response/clientcustom.rsp 
-bash: ./runInstaller -silent -responseFile: No such file or directory 
[oracle@gzhxocs4 client]$ ./runInstaller -silent -responseFile response/clientcustom.rsp 
Starting Oracle Universal Installer... 

Checking installer requirements…


「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论