Nagios xi 2012 VM upgrade problem

This support forum board is for support questions relating to Nagios xi, our flagship commercial network monitoring solution.
pzygadlo
Posts: 9
Joined: Wed Mar 03, 2010 12:17 pm

Nagios xi 2012 VM upgrade problem

Post by pzygadlo »

Hello, we are receiving the following dependency error when upgrading from 2011R2.3 to 2012R1.1 on a VM install.

Code: Select all

--> Finished Dependency Resolution
perl-DBD-Sybase-1.10-1.el5.rf.i386 from installed has depsolving problems
  --> Missing Dependency: libtds.so.5 is needed by package perl-DBD-Sybase-1.10-1.el5.rf.i386 (installed)
--> Running transaction check
--> Processing Dependency: libtds.so.5 for package: perl-DBD-Sybase
---> Package kernel.i686 0:2.6.18-164.el5 set to be erased
--> Finished Dependency Resolution
perl-DBD-Sybase-1.10-1.el5.rf.i386 from installed has depsolving problems
  --> Missing Dependency: libtds.so.5 is needed by package perl-DBD-Sybase-1.10-1.el5.rf.i386 (installed)
Error: Missing Dependency: libtds.so.5 is needed by package perl-DBD-Sybase-1.10-1.el5.rf.i386 (installed)
 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

I have tried running the suggestions given above except for skip-broken dependencies

Please let us know what else we can do.

Thank you
Pawel
Last edited by pzygadlo on Tue Oct 30, 2012 10:01 am, edited 1 time in total.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios xi 2012 VM upgrade problem

Post by lmiltchev »

Please, run the following commands:

Code: Select all

cd /tmp/nagiosxi
./upgrade | tee upgrade.txt
and post the "upgrade.txt" file that was generated by the above instructions.
Be sure to check out our Knowledgebase for helpful articles and solutions!
pzygadlo
Posts: 9
Joined: Wed Mar 03, 2010 12:17 pm

Re: Nagios xi 2012 VM upgrade problem

Post by pzygadlo »

Added file
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Former Nagios Staff
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Nagios xi 2012 VM upgrade problem

Post by lmiltchev »

Open the "install-2012-prereqs" in a text editor:

Code: Select all

vi /tmp/nagiosxi/install-2012-prereqs
and remove the "perl-DBD-MySQL" from the "yum install ..." line. Save and exit.

Run the upgrade again:

Code: Select all

cd /tmp/nagiosxi
./upgrade
Hope this helps.
Be sure to check out our Knowledgebase for helpful articles and solutions!
pzygadlo
Posts: 9
Joined: Wed Mar 03, 2010 12:17 pm

Re: Nagios xi 2012 VM upgrade problem

Post by pzygadlo »

Thanks, that resolved the install issue.
-Pawel