linux 32位程序到64位系统执行-凯发app官方网站

凯发app官方网站-凯发k8官网下载客户端中心 | | 凯发app官方网站-凯发k8官网下载客户端中心
  • 博客访问: 3976684
  • 博文数量: 536
  • 博客积分: 10470
  • 博客等级: 上将
  • 技术积分: 4825
  • 用 户 组: 普通用户
  • 注册时间: 2006-05-26 14:08
文章分类

全部博文(536)

文章存档

2024年(3)

2021年(1)

2019年(1)

2017年(1)

2016年(2)

2013年(2)

2012年(10)

2011年(43)

2010年(10)

2009年(17)

2008年(121)

2007年(252)

2006年(73)

相关博文
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·
  • ·

分类: linux

2012-09-05 16:51:46


问题现象:
/usr/local/bin/scli: /lib/ld-linux.so.2: bad elf interpreter: no such file or directory
 
 
正常的现象:
[root@bj3 iso]# yum install ld-linux.so.2
loaded plugins: fastestmirror, refresh-packagekit
determining fastest mirrors
 * base:
base                                                                       | 4.0 kb     00:00 ...
base/primary_db                                                            | 4.2 mb     00:00 ...
setting up install process
resolving dependencies
--> running transaction check
---> package glibc.i686 0:2.12-1.7.el6 set to be updated
--> processing dependency: libfreebl3.so(nssrawhash_3.12.3) for package: glibc-2.12-1.7.el6.i686
--> processing dependency: libfreebl3.so for package: glibc-2.12-1.7.el6.i686
--> running transaction check
---> package nss-softokn-freebl.i686 0:3.12.7-1.1.el6 set to be updated
--> finished dependency resolution
 
dependencies resolved
 
==================================================================================================
 package                       arch            version                      repository       size
==================================================================================================
installing:
 glibc                         i686            2.12-1.7.el6                 base            4.3 m
installing for dependencies:
 nss-softokn-freebl            i686            3.12.7-1.1.el6               base            109 k
 
transaction summary
==================================================================================================
install       2 package(s)
upgrade       0 package(s)
 
total download size: 4.4 m
installed size: 13 m
is this ok [y/n]: y
downloading packages:
--------------------------------------------------------------------------------------------------
total                                                              76 mb/s | 4.4 mb     00:00     
running rpm_check_debug
running transaction test
transaction test succeeded
running transaction
warning: rpmdb altered outside of yum.
  installing     : glibc-2.12-1.7.el6.i686                                                    1/2
  installing     : nss-softokn-freebl-3.12.7-1.1.el6.i686                                     2/2
 
installed:
  glibc.i686 0:2.12-1.7.el6                                                                       
 
dependency installed:
  nss-softokn-freebl.i686 0:3.12.7-1.1.el6                                                        
 
complete!
[root@bj3 iso]#
[root@bj3 iso]
 
如果yum install 安装报错,就需要使用rpm 强制安装了。
 
 
处理方法:
安装glibc包
 
[root@bj1 glibc]# ll
total 30696
-rw-r--r-- 1 root root  1161176 sep 19 18:06 glib2-2.22.5-5.el6.i686.rpm
-rw-r--r-- 1 root root  1176560 sep 19 18:06 glib2-2.22.5-5.el6.x86_64.rpm
-rw-r--r-- 1 root root  1312492 sep 19 18:06 glib2-devel-2.22.5-5.el6.i686.rpm
-rw-r--r-- 1 root root  1313524 sep 19 18:06 glib2-devel-2.22.5-5.el6.x86_64.rpm
-rw-r--r-- 1 root root  4466416 sep 19 18:06 glibc-2.12-1.7.el6.i686.rpm
-rw-r--r-- 1 root root  3920028 sep 19 18:06 glibc-2.12-1.7.el6.x86_64.rpm
-rw-r--r-- 1 root root 14815992 sep 19 18:06 glibc-common-2.12-1.7.el6.x86_64.rpm
-rw-r--r-- 1 root root   983372 sep 19 18:06 glibc-devel-2.12-1.7.el6.i686.rpm
-rw-r--r-- 1 root root   982972 sep 19 18:06 glibc-devel-2.12-1.7.el6.x86_64.rpm
-rw-r--r-- 1 root root   605080 sep 19 18:06 glibc-headers-2.12-1.7.el6.x86_64.rpm
-rw-r--r-- 1 root root   157512 sep 19 18:06 glibc-utils-2.12-1.7.el6.x86_64.rpm
-rw-r--r-- 1 root root   278096 sep 19 18:06 glibmm24-2.22.1-1.el6.x86_64.rpm
-rw-r--r-- 1 root root   111912 sep 19 18:09 nss-softokn-freebl-3.12.7-1.1.el6.i686.rpm
-rw-r--r-- 1 root root   117720 sep 19 18:09 nss-softokn-freebl-3.12.7-1.1.el6.x86_64.rpm
[root@bj3 glibc]# rpm -ivh * --force --nodeps
 
 
#刷hba微码
[root@bj3 qlchba]# ./update.sh
uninstalling scli (if present)
scli removal complete
detected architecture: x86_64
installing 32-bit scli utility
preparing...                ########################################### [100%]
   1:scli                   ########################################### [100%]
scli has been successfully installed
updating flash on hba port(s) -  qmi2572. please wait...
flash update complete. changes have been saved to both ports of this hba.
skipping flash update on hba instance 1 - qmi2572 (already done)
[root@bj3 qlchba]#
 
 
阅读(3284) | 评论(0) | 转发(1) |
0

上一篇:mingw远程使用

下一篇:不同环境shell区别

给主人留下些什么吧!~~
")); function link(t){ var href= $(t).attr('href'); href ="?url=" encodeuricomponent(location.href); $(t).attr('href',href); //setcookie("returnouturl", location.href, 60, "/"); }
网站地图