I am in install NagiosXI 2011r2.4-1 on a 6.2 image I freshly kick-started, I noticed in first install script, it was adding its own repo's to my repo list. After it completed and started to do a package dependency check, I got this error;
--> Finished Dependency Resolution
Error: Package: nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Requires: php-mcrypt
Error: Package: nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Requires: scipy
Error: Package: nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Requires: perl(Mail::POP3Client)
Error: Package: nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Requires: perl(Net::SMTP::TLS)
Error: Package: nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Requires: php-mssql
Error: nagiosxi-deps conflicts with nrpe
Error: Package: nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Requires: perl-Net-SNMP
Error: Package: nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Requires: libmcrypt
Error: Package: nagiosxi-deps-2011r2.4-1.noarch (/nagiosxi-deps-2011r2.4-1.noarch)
Requires: libmcrypt-devel
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
RESULT=1
===================
INSTALLATION ERROR!
===================
Should I be getting this after it has already added it's own repos? Is there a specific repo I need to get these dependencies? I tride to yum install the ones missing and the repos are not finding the packages.
I resolved the packages. I had to enable epel, that reduced the package error to just 1. Then I enabled rpmforge, installed the missing package. Afterwards I hda to disable rpmforge and just use epel.
Now I have run into a new error on the E-importnagiosql script.
I had to juggle a few repos to get the right packages installed. Then I had to adjust some of the Apache SSL configuration, our production images are not fresh out the box installs. After I made that adjustment, which was just commenting out a couple SSL cert entries I didn't need, the script proceeded (apache started, it wasnt prior due to the SSL certs). I ran each install script one, one by one. I believe I have just 2 left, which is where I am stuck now with the nagiosql login being denied.
Unfortunately, installed this way really isn't supportable. With what you have told me, I would guess that the problem may be related to an Apache problem with nagiosql, but no way for me to know for sure...