Quantcast
Viewing all articles
Browse latest Browse all 3435

Python dependencies failure while installing Ambari server on RHEL

Hi,
I am trying to install ambari server on RHEL systam. I have pyhton2.6 on my machine. When i run yum install ambari-server, i am getting the following error
Finished Dependency Resolution
Error: Package: python26-2.6.8-2.el5.x86_64 (epel)
Requires: libreadline.so.5()(64bit)
Error: Package: python26-2.6.8-2.el5.x86_64 (epel)
Requires: libffi.so.5()(64bit)
Available: libffi-3.0.5-1.el5.x86_64 (epel)
libffi.so.5()(64bit)
Installed: libffi-3.0.13-11.el7.x86_64 (@anaconda/7.0)
~libffi.so.6()(64bit)
Error: Package: python26-2.6.8-2.el5.x86_64 (epel)
Requires: libdb-4.3.so()(64bit)
Error: Package: python26-2.6.8-2.el5.x86_64 (epel)
Requires: libcrypto.so.6()(64bit)
Error: Package: python26-2.6.8-2.el5.x86_64 (epel)
Requires: libssl.so.6()(64bit)
Error: Package: python26-2.6.8-2.el5.x86_64 (epel)
Requires: libtermcap.so.2()(64bit)
Error: Package: python26-2.6.8-2.el5.x86_64 (epel)
Requires: libgdbm.so.2()(64bit)
You could try using –skip-broken to work around the problem
You could try running: rpm -Va –nofiles –nodigest
Actually my OS RHEL by default has python2.7 but ambari needs python2.6, So i had to change it 2.6 version. Then i got this error. I tried to installing individual lib rpm files, but thats not working. Any help on this would be great.


Viewing all articles
Browse latest Browse all 3435

Trending Articles