Page 2 of 2
Re: Failure after restore and upgrade
Posted: Fri Nov 16, 2012 9:51 am
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.
Re: Failure after restore and upgrade
Posted: Fri Nov 16, 2012 11:17 am
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

Re: Failure after restore and upgrade
Posted: Fri Nov 16, 2012 2:33 pm
by slansing
Sounds good, let us know if it works.
Re: Failure after restore and upgrade
Posted: Fri Nov 16, 2012 10:54 pm
by JulianFDRacing
Your solution worked too, and as its my preference I'll stick with it, thanks for your help guys