DPA:dpaagentコマンドで「error while loading shared libraries」が表示される

Summary: dpaagentコマンドで「Error while loading shared libraries: 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

詳細については、デル・テクノロジーズ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.