DPA:dpaagent 命令显示“加载共享库时出错”
Summary: dpaagent 命令显示“加载共享库时出错: libssl.so.1.0.0: cannot open shared object file:No such file or directory”
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
dpaagent 命令的任何语法(见下面的示例)都会抱怨无法打开库 libssl.so.1.0.0
root@DpaDatastore home]# /opt/emc/dpa/agent/bin/dpaagent -i /opt/emc/dpa/agent/bin/dpaagent: error while loading shared libraries: libssl.so.1.0.0: cannot open shared object file: No such file or directory
查看配置文件/日志文件,一切正常
从安装日志中,该特定库已成功安装:
Install File: /opt/emc/dpa/agent/lib/libssl.so.1.0.0 Status: SUCCESSFUL
并确认该库在那里:
[root@DpaDatastore lib]# ls -ls | egrep libssl* 1900 -rwxrwxr-x. 1 root root 1941909 Dec 13 2016 libssl.so.1.0.0
此外,在 dpa.config 文件中,库路径也是正确的:
BASE=/opt/emc/dpa/agent # Setup Library Path LD_LIBRARY_PATH=$BASE/lib:$AGENT_ORACLE_CLIENT_PATH export LD_LIBRARY_PATH
Cause
dpaagent 命令需要LD_LIBRARY_PATH,出于某种原因,未在环境中设置它。
Resolution
在启动代理之前使用环境变量LD_LIBRARY_PATH:
export LD_LIBRARY_PATH=/opt/emc/dpa/agent/lib
或者
将包含该环境变量的 dpa.config 文件添加到配置文件:
. /opt/emc/dpa/agent/etc/dpa.config
有关更多详细信息,请联系 Dell Technologies DPA 技术支持团队。
Article Properties
Article Number: 000167233
Article Type: Solution
Last Modified: 05 Mar 2026
Version: 5
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.