Failure after restore and upgrade

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Failure after restore and upgrade

Post by scottwilkerson »

This should work just fine too.

The problem was that the restored version on ndo was using libraries you didn't have on this version of MySQL.

Glad you got it resolved.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
JulianFDRacing
Posts: 51
Joined: Tue Oct 16, 2012 9:45 am

Re: Failure after restore and upgrade

Post by JulianFDRacing »

I tried this before your suggestion so I'll revert to snapshot and try your method
JulianFDRacing wrote:I appear to have fixed it, I took a snapshot of the VM before I made these changes so if I have messed it up I should be able to restore....

Code: Select all

wget -O /usr/lib/libmysqlclient.so.15 http://files.directadmin.com/services/es_5.0/libmysqlclient.so.15
chmod 755 /usr/lib/libmysqlclient.so.15
ldconfig
yum install libssl.so.6
service ndo2db start
[/size]
I would appreciate your feedback on this solution as without extensive checking I'm not sure if it just "appears" to be fixed :?
slansing
Posts: 7698
Joined: Mon Apr 23, 2012 4:28 pm
Location: Travelling through time and space...

Re: Failure after restore and upgrade

Post by slansing »

Sounds good, let us know if it works.
JulianFDRacing
Posts: 51
Joined: Tue Oct 16, 2012 9:45 am

Re: Failure after restore and upgrade

Post by JulianFDRacing »

Your solution worked too, and as its my preference I'll stick with it, thanks for your help guys
Locked