I am new in Eucalyptus Cloud Computing .I am try to install Eucalyptus 2.0 in the RHEL 5.5 .During the installation of python it gives the error
[root@localhost eucalyptus-2.0.0-rpm-deps-x86_64]# rpm -Uvh python25-libs-2.5.1-bashton1.x86_64.rpm
error: Failed dependencies:
python25 = 2.5.1-bashton1 is needed by python25-libs-2.5.1-bashton1.x86_64
[root@localhost eucalyptus-2.0.0-rpm-deps-x86_64]# rpm -Uvh python25-devel-2.5.1-bashton1.x86_64.rpm
error: Failed dependencies:
libpython2.5.so.1.0()(64bit) is needed by python25-devel-2.5.1-bashton1.x86_64
python25 = 2.5.1-bashton1 is needed by python25-devel-2.5.1-bashton1.x86_64
[root@localhost eucalyptus-2.0.0-rpm-deps-x86_64]# rpm -Uvh python25-2.5.1-bashton1.x86_64.rpm
error: Failed dependencies:
libpython2.5.so.1.0()(64bit) is needed by python25-2.5.1-bashton1.x86_64
plz guide me to implement the eucalyptus 2.0
Hello,
it looks like there are some conflict (obviously): can you confirm with me that you have an installed python that is bigger than 2.4? You can check using rpm -qa and check that python is installed and you should see the version.
If you don't mind to try the following we can try to see if we can get it to work:
- once you have checked that you have a python installed (and if not just do a yum install python), could you install the euca2ools first on the machine? When you are sure that the only missing dependency is python25 you can force the installation of the euca2ools;
- after that could you try to install all the Eucalyptus dependencies but the python25 package;
- after that keep going with the normal instructions and if you find a problem with the dependency on python25 (and only on that package) force the install
Let us know if this is enough to get you going.
cheers
graziano
[root@localhost ~]# rpm -qa python
python-2.4.3-27.el5
by deafult installation this python version is installed .I also try to install python version 2.5 or later what happen that virtual mechine manager or other GUI base application is not opening.That same problem is happen during the installation of Euca2tool1.2 during the installation of Eucalyptus version-1.6 .I don't understand what do. Basically in our offical licenced OS is only RHEL. I try with downloading other packages from the internet but is not working.
Kindly guide me to implementing our Private cloud.
With Kind regard's
Gouranga
I am not try to install Euca2tools first.Also During the installation of Eucalyptus 1.6 then i was try to install the Eucal2tools after installation of cloud,cc, and in the client node nc But it also gives the error of python dependency .
And i am not upadating python with yumupdate.Beacouse some of problems my yumupdate is not working.
I am trying to install eucalyptus on RHEL6.0 64-bit server with kvm hypervisor.
I have installed through source but failed and installed through rpm's by following the steps provided here.
I made links to all the depending libraries but when i give
/etc/init.d/eucalyptus-cloud/cc/nc status after starting, i get nothing to show that these services started or not.
when I run in browser it shows nothing.
Any suggestion in this would be helpful.