Centos上eucalyptus源代码安装-安装euca2ools

建议使用安装包安装,下载euca2ools-1.3.1-centos-x86_64.tar.gz
文档: http://open.eucalyptus.com/wiki/Euca2oolsGuide

export VERSION=1.3.1
cd euca2ools-$VERSION-*
rpm -ivh python25-2.5.1-bashton1.x86_64.rpm python25-libs-2.5.1-bashton1.x86_64.rpm euca2ools-$VERSION-*.x86_64.rpm 
(replace x86_64 with i386 for 32-bit hosts)

这里我们选择的是直接使用rpm安装,
源代码安装见: http://open.eucalyptus.com/wiki/Euca2oolsSourceInstall

猜你喜欢

转载自running.iteye.com/blog/1110464