Corporate Home Open Source Home
Syndicate content
Eucalyptus
10 replies [Last post]
gouranga
Offline
Joined: 08/27/2010

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

graziano
Offline
Joined: 01/14/2010
Hello, it looks like there

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

gouranga
Offline
Joined: 08/27/2010
Eucalyptus installation problem in RHEL 5.5.

[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

gouranga
Offline
Joined: 08/27/2010
Eucalyptus installation problem in RHEL 5.5.

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.

graziano
Offline
Joined: 01/14/2010
Hello Gouranga, we are

Hello Gouranga,

we are looking into it: we'll give you more detailed instructions as soon as we can.

cheers
graziano

graziano
Offline
Joined: 01/14/2010
Hello Gouranga, we cannot

Hello Gouranga,

we cannot reproduce your problem: the installation goes as it should for us. Are you sure you have a 64bit installation of RHEL?

cheers
graziano

gouranga
Offline
Joined: 08/27/2010
yes I have 64 bit of RHEL 5.5

yes I have 64 bit of RHEL 5.5 licenced vesion.

graziano
Offline
Joined: 01/14/2010
Hello, have you followed step

Hello,

have you followed step by step our installation instructions? Did you see any errors during the installation process?

cheers
graziano

gsethu04
Offline
Joined: 09/08/2010
Install all the python packages in one shot

Installing all the python packages in one shot will resolve the dependencies.

# rpm -Uvh 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

Anantha Srivathsa N
Offline
Joined: 07/19/2010
Installation on RHEL5.5 64bit server

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.