rhel6.4 with R12.1.3 Apache启动报错 libdb-4.3.so不存在

本文详细介绍了在Linux平台上使用Apache时遇到的libdb-4.3.so加载错误问题,并提供了通过创建软链接解决该问题的方法。此外,文章还指出在安装说明中应更新必要的库包列表,包括db4.i686、db4-devel.i686、db4.x86_64和db4-devel.x86_64,以确保Apache和其他依赖此库的应用能够正确运行。

Apache/Apache/bin/httpd: error while loading shared libraries: libdb-4.3.so: cannot open shared object file: No such file or directory*

solution

# cd /usr/lib
# ln -s libdb-4.7.so libdb-4.3.so

However there is no libdb-4.7.so library there to link to.

I have installed the db4 i686 & x86_64 packages which contain this library, then performed the above. I then ran the adstrtal.sh command which completed without incident.

As such the Required Packages in the installation instructions should be updated to include the following:

db4.i686
db4-devel.i686
db4.x86_64
db4-devel.x86_64

可以继续参考:Error on libdb Library Installing, Patching or Starting OHS 10g on Linux Platforms (文档 ID 415244.1)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值