Created 02-06-2017 11:39 PM
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: fuse-libs
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: openssl-devel
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: httpd
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: fuse
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: MySQL-python
Error: Package: cloudera-manager-agent-5.10.0-1.cm5100.p0.85.el6.x86_64 (cloudera-manager)
Requires: mod_ssl
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Created 02-08-2017 06:55 AM
You need the epel repository which you probably do not have in your older version of CentOS 6.4.
Look at this page https://fedoraproject.org/wiki/EPEL read under
How can I use these extra packages?
you need to get the repo, then enable the repo and install python, I think you will get all the software you need installed that way.
yum --enablerepo=epel install python26-devel
or some command like that.
Hope this helps.
Created 02-07-2017 06:23 AM
Looks like you will need to manually install the required software:
Requires: fuse-libs
Requires: openssl-devel
Requires: httpd
Requires: fuse
Requires: MySQL-python
Requires: mod_ssl
on all your hosts, then reinstall the Cloudera manager agents.
Created 02-07-2017 08:54 PM
Hi, do you have any idea which location (url) to get all the required missing softwares?
Thanks in advance
Created 02-07-2017 11:48 AM
Created 02-07-2017 08:57 PM
Hi I am using Redhat linux 6.4 release, where do I get os packages for openssl and httpd. I don't have Red Hat subscription account. How do I update the above packages in my OS
Created 02-07-2017 08:59 PM
Created 02-07-2017 11:48 PM
All the packages which are throwing errors are not available when I list using yum command. Please help me to get the rpms of the package lists.
Created 02-08-2017 06:55 AM
You need the epel repository which you probably do not have in your older version of CentOS 6.4.
Look at this page https://fedoraproject.org/wiki/EPEL read under
How can I use these extra packages?
you need to get the repo, then enable the repo and install python, I think you will get all the software you need installed that way.
yum --enablerepo=epel install python26-devel
or some command like that.
Hope this helps.
Created 02-08-2017 09:10 PM
Hi
As per your direction successfully installed epel repository. But I couldn't find the packages fuse,fuse-libs, open-ssl,httpd,mod-ssl,MYSQL-python packages in the list where epel repository uses the url https://dl.fedoraproject.org/pub/epel/6/x86_64/
Please help me to resolve this to find the packages...
Created 02-08-2017 09:14 PM