CentOS 7 /lib64被重命名后的解决

CentOS 7 64 位系统,为了测试,把/usr/lib64重命名成了/usr/lib64.bk,结果发现,在运行vi命令的时候报错:

-bash: /usr/bin/vi: /lib64/ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory

想把它重命名回来,发现在运行mv命令的时候,也是一样的报错。除此之外,ls,cp,ftp,wget,rz,7z,unzip,tar什么的统统运行不了,就连重新ssh远程都远程不了。。。

这下悲剧了,难道仅仅因为一个很小的mv操作,整个shell都崩溃了?

然后开始baidu,很多都是设置LD_LIBRARY_PATH, LD_PRELOAD这两个环境变量,来改变应用程序所调用库文件的路径(因为默认的库文件路径/usr/lib64被我改成了/usr/lib64.bk)。于是尝试:

export LD_LIBRARY_PATH=/usr/lib64.bk
export LD_PRELOAD=/usr/lib64.bk

然后执行cp,结果还是一样的问题。

似乎这两个环境变量只对应用程序有效,对shell命令不起作用啊。后来发现,/lib64/ld-linux-x86-64.so.2只是个软链,真实文件是/usr/lib64/ld-2.17.so。而ld-2.17.so本身并不是库文件,可以把它理解为库文件的管理程序,而且它很特别。国外有个牛人是这么说的:

ld-linux-x86-64.so.2 is a pretty core part of your OS. It actually runs every (64 bit) dynamic application. It’s not a library as much as an app itself, a handler that is called when you run an app.

Basically, when you run a dynamic app, the kernel first runs ld-linux.so (or whatever name it is for your bitsize, distro, etc). ld-linux.so then peers into your app, sees the libraries that you need, sees any hard coded paths for the libraries (e.g. rpath’s) checks LD_LIBRARY_PATH, and then goes looking for all those libraries, makes sure they match bitsizes, names, what have you. It then collects all of those, loads them, and runs your app. If it can’t find the libs, it doesn’t run your app.

ld-linux.so can not be affected by LD_LIBRARY_PATH because it is run by the kernel, and the kernel does not load libraries like ld-linux.so does, it just has the one it’s configured to run. Again, not a library, so don’t use library semantics (LD_LIBRARY_PATH) to change how it’s called. It does have environment variables that affect it running – see man ld-linux.so for details.

大意是,ld-linux-x86-64.so.2是操作系统的核心,并不受LD_LIBRARY_PATH环境变量的影响。如果想改变其调用方式,请查看man文档。

 于是乖乖的去看文档。可能是这个文档太老了,在服务器上怎么man都没有,只有网上有:

http://www.man7.org/linux/man-pages/man8/ld.so.8.html

文档里有这么一段:

 /lib/ld-linux.so.* [OPTIONS] [PROGRAM [ARGUMENTS]]

      –library-path path Use path instead of LD_LIBRARY_PATH environment variable

setting (see below).

貌似ld-2.17.so这个文件可以当命令来用。于是在服务器上尝试执行:

/usr/lib64.bk/ld-2.17.so

果不其然,服务器没有再返回那条可恶的错误提示,取而代之的是,一连串帮助信息:

You have invoked `ld.so’, the helper program for shared library executables. This program usually lives in the file `/lib/ld.so’, and special directives in executable files using ELF shared libraries tell the system’s program loader to load the helper program from this file.  This helper program loads the shared libraries needed by the program executable, prepares the program to run, and runs it.  You may invoke this helper program directly from the command line to load and run an ELF executable file; this is like executing that file itself, but always uses this helper program from the file you specified, instead of the helper program file specified in the executable file you run.  This is mostly of use for maintainers to test new versions of this helper program; chances are you did not intend to run this program.  –list                list all dependencies and how they are resolved  –verify              verify that given object really is a dynamically linked                        object we can handle  –inhibit-cache      Do not use /etc/ld.so.cache  –library-path PATH  use given PATH instead of content of the environment                        variable LD_LIBRARY_PATH  –inhibit-rpath LIST  ignore RUNPATH and RPATH information in object names                        in LIST  –audit LIST          use objects named in LIST as auditor

而这个-library-path参数,应该就是用来指定自定义库文件的路径。于是尝试通过ld-2.17.so来调用cp:
/usr/lib64.bk/ld-2.17.so  –library-path /usr/lib64.bk /usr/bin/cp /usr/lib64.bk/ /usr/lib64 -fr
终于成功了!再ls了一下,发现提示:
Segmentation fault
这应该是会话缓存的问题。于是尝试连接新的ssh,正常;再执行其他任意命令,也都正常。问题终于解决了!

文章来源网络,作者:管理,如若转载,请注明出处:https://shuyeidc.com/wp/219882.html<

(0)
管理的头像管理
上一篇2025-04-14 07:49
下一篇 2025-04-14 07:50

相关推荐

  • 云服务器和云虚拟主机怎么选?云服务器和虚拟主机区别

    云服务器适合业务增长快、需弹性扩展的场景,而云虚拟主机适合预算有限、技术门槛低的小型静态网站或测试环境,二者核心区别在于资源独享性与运维复杂度,核心差异解析:从底层架构到使用体验很多人容易混淆这两者,觉得它们都是“买空间建站”,它们的底层逻辑完全不同,云服务器(ECS)就像是你租了一整栋别墅,水电网络独立,你想……

    2026-06-29
    0
  • 赣州智慧旅游招聘是真的吗?赣州旅游人才招聘信息

    中级岗位(3-5年经验)月薪范围通常在6000-10000元,这类岗位需要独立负责项目模块,如独立运营一个抖音账号,或维护一个景区小程序的功能迭代,具备成功案例的候选人议价能力较强,高级岗位(5年以上经验)月薪范围通常在10000-20000元,部分核心管理岗可达更高,这类人才需要具备战略规划能力,如制定整个景……

    2026-06-29
    0
  • 赣州智能物联网车位锁如何管理?智能车位锁管理系统多少钱

    赣州智能物联网车位锁管理的核心在于通过云端平台实现远程控锁、状态实时监控及自动计费,彻底解决传统车位“被占难管”与“找位难”的痛点,在赣州这样的城市,随着机动车保有量的持续增长,老旧小区、商业综合体以及私人固定车位的资源矛盾日益凸显,传统的机械地锁或简易遥控锁,不仅操作繁琐,更无法实现数据化管理,引入智能物联网……

    2026-06-29
    0
  • 赣州智能消防栓好用吗,智能消防栓多少钱一个

    赣州智能消防栓通过物联网技术实现实时监测与远程报警,能显著降低火灾响应时间并提升城市消防安全管理水平,是目前智慧城市建设中不可或缺的基础设施,赣州智能消防栓的核心价值与应用场景传统消防栓往往存在“看不见、摸不着、用不了”的痛点,在赣州这样地形复杂、老城区与新城区并存的区域,传统设施的管理难度极大,智能消防栓的出……

    2026-06-29
    0
  • 云服务器和物理机到底有啥区别?

    云服务器本质上是虚拟化资源池中的弹性实例,而传统物理服务器是独占的硬件实体,前者胜在弹性与运维便捷,后者强在物理隔离与性能稳定,具体选择取决于业务对成本、扩展性及安全合规的权衡,很多人初次接触服务器时,容易把“云服务器”和“传统物理服务器”混为一谈,觉得它们都是用来跑网站或存数据的盒子,这两者的底层逻辑完全不同……

    2026-06-29
    0

发表回复

您的邮箱地址不会被公开。必填项已用 * 标注