using standard procedreu rhn_register. now yum is configured successfully but when i run ./fullinstall below error persist
agiosxi-deps-2011r2.4-1.noarch from /nagiosxi-deps-2011r2.4-1.noarch has depsolving problems
--> Missing Dependency: perl(Mail::POP3Client) is needed by package nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
nagiosxi-deps-2011r2.4-1.noarch from /nagiosxi-deps-2011r2.4-1.noarch has depsolving problems
--> Missing Dependency: perl(Net::SMTP::TLS) is needed by package nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Error: Missing Dependency: perl(Mail::POP3Client) is needed by package nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Error: Missing Dependency: perl(Net::SMTP::TLS) is needed by package nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
You could try using --skip-broken to work around the problem
You could try running: package-cleanup --problems
package-cleanup --dupes
rpm -Va --nofiles --nodigest
The program package-cleanup is found in the yum-utils package.
RESULT=1
===================
INSTALLATION ERROR!
===================
Installation step failed - exiting.
Check for error messages in the install log (install.log).
If you require assistance in resolving the issue, please include install.log
in your communications with Nagios xi technical support.
The script that failed was: './1-prereqs'
i need solution ...as this issue is pending since long.
xi installation problem
-
- Posts: 4380
- Joined: Mon Jun 14, 2010 10:21 am
Re: xi installation problem
For RHEL installs there's an optional package channel that you need to add as well:
http://support.nagios.com/wiki/index.ph ... ptions..22
http://support.nagios.com/wiki/index.ph ... ptions..22
-
- Posts: 876
- Joined: Mon May 09, 2011 9:36 am
Re: xi installation problem
It seems you are missing some required packages. They should both be located in the rpmforge repo, which was presumably added successfully if you got past that first error. What do you get if you run `yum provides "perl(Mail::POP3Client)" "perl(Net::SMTP::TLS)"`?
-
- Posts: 136
- Joined: Tue Mar 01, 2011 10:17 am
Re: xi installation problem
Hi mguthrie
added optional software channel from rhn.com site still same error.
b
Hi agriffin
below error got after running
#`yum provides "perl(Mail::POP3Client)" "perl(Net::SMTP:TLS)"`
Warning: 3.0.x versions of yum would erroneously match against filenames.
You can use "*/perl(Mail::POP3Client)" and/or "*bin/perl(Mail::POP3Client)" to get that behaviour
Warning: 3.0.x versions of yum would erroneously match against filenames.
You can use "*/perl(Net::SMTP:TLS)" and/or "*bin/perl(Net::SMTP:TLS)" to get that behaviour
-bash: Loaded: command not found
should i reinstalled the systtem with all the packages because system was installed with bare miniumum pkgs plz help.
added optional software channel from rhn.com site still same error.
b
Hi agriffin
below error got after running
#`yum provides "perl(Mail::POP3Client)" "perl(Net::SMTP:TLS)"`
Warning: 3.0.x versions of yum would erroneously match against filenames.
You can use "*/perl(Mail::POP3Client)" and/or "*bin/perl(Mail::POP3Client)" to get that behaviour
Warning: 3.0.x versions of yum would erroneously match against filenames.
You can use "*/perl(Net::SMTP:TLS)" and/or "*bin/perl(Net::SMTP:TLS)" to get that behaviour
-bash: Loaded: command not found
should i reinstalled the systtem with all the packages because system was installed with bare miniumum pkgs plz help.
-
- Posts: 876
- Joined: Mon May 09, 2011 9:36 am
Re: xi installation problem
I'm not sure a reinstall would fix this particular issue. Also, I'm sorry I was unclear, you should run the command I mentioned without the backticks. Also, you forgot a colon character in "perl(Net::SMTP::TLS)".