centOS 6.2 に eucalyptus をインストールしようとしています。公式 Web サイトのcentosに Eucalyptusをインストールする手順に従いました。
Eucalyptus をインストールする段階になったとき、rpm を使用することにしました。 これは、Web サイトのフロント エンドに RPM をインストールするの章 です。私が入力するコマンドは次のとおりです。
rpm -Uvh aoetools-21-1.el4.x86_64.rpm \
euca-axis2c-1.6.0-1.x86_64.rpm \
euca-rampartc-1.3.0-1.x86_64.rpm \
vblade-14-1mdv2008.1.x86_64.rpm \
vtun-3.0.2-1.el5.rf.x86_64.rpm \
lzo2-2.02-3.el5.rf.x86_64.rpm\
perl-Crypt-OpenSSL-Random-0.04-1.el5.rf.x86_64.rpm\
perl-Crypt-OpenSSL-RSA-0.25-1.el5.rf.x86_64.rpm\
perl-Crypt-X509-0.32-1.el5.rf.noarch.rpm\
python25-2.5.1-bashton1.x86_64.rpm\
python25-devel-2.5.1-bashton1.x86_64.rpm\
python25-libs-2.5.1-bashton1.x86_64.rpm
そして私が得たエラー:
warning: aoetools-21-1.el4.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 217521f6: NOKEY
warning: vblade-14-1mdv2008.1.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 78d019f5: NOKEY
warning: vtun-3.0.2-1.el5.rf.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID 6b8d79e6: NOKEY
error: Failed dependencies:
libcrypto.so.6()(64bit) is needed by euca-rampartc-1.3.0-6.el5.x86_64
libssl.so.6()(64bit) is needed by euca-rampartc-1.3.0-6.el5.x86_64
libcrypto.so.6()(64bit) is needed by vtun-3.0.2-1.el5.rf.x86_64
libcrypto.so.6()(64bit) is needed by perl-Crypt-OpenSSL-Random-0.04-1.el5.rf.x86_64
libssl.so.6()(64bit) is needed by perl-Crypt-OpenSSL-Random-0.04-1.el5.rf.x86_64
libcrypto.so.6()(64bit) is needed by perl-Crypt-OpenSSL-RSA-0.25-1.el5.rf.x86_64
libssl.so.6()(64bit) is needed by perl-Crypt-OpenSSL-RSA-0.25-1.el5.rf.x86_64
libcrypto.so.6()(64bit) is needed by python25-2.5.1-bashton1.x86_64
libdb-4.3.so()(64bit) is needed by python25-2.5.1-bashton1.x86_64
libexpat.so.0()(64bit) is needed by python25-2.5.1-bashton1.x86_64
libreadline.so.5()(64bit) is needed by python25-2.5.1-bashton1.x86_64
libssl.so.6()(64bit) is needed by python25-2.5.1-bashton1.x86_64
どうすればこの問題を解決できますか? 誰かが私と同じ状況に陥っていることを願っています。