ldconfig & ldd

本文记录了在使用hiredis C库过程中遇到的共享库加载错误,并详细介绍了如何通过更新库缓存来解决问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

今天在使用redis的的C库hiredis时,遇到一个小问题,折腾了半天。

大概是这样的,编译安装hiredis,make PREFIX=/usr install,然后,编译我的代码,都没有问题,但是,启动编译后的应用程序时,报错:

error while loading shared libraries: libhiredis.so.0.10: cannot open shared object file: No such file or directory

在网上查了一下,需要更新一下库的cache,执行命令:

ldconfig /usr/lib/

查了一下ldconfig的帮助,是这么说的:

ldconfig  creates  the  necessary links and cache to the most recent shared libraries
found in the directories specified on the command line, in the file /etc/ld.so.conf, and
in the trusted directories (/lib and /usr/lib).  The cache is
used by the run-time linker, ld.so or ld-linux.so.  ldconfig checks the header and filenames
of the libraries it encounters when determining which versions should have their links
updated.

我的理解是这样的:

由于/etc/ld.so.cache没更新,而程序启动时,会去/etc/ld.so.cache来查找所要用的库,所以出现一开始的错误。



http://1.guotie.sinaapp.com/?p=222


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值