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.
Failure after restore and upgrade
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
-
JulianFDRacing
- Posts: 51
- Joined: Tue Oct 16, 2012 9:45 am
Re: Failure after restore and upgrade
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....
[/size]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
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
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
Your solution worked too, and as its my preference I'll stick with it, thanks for your help guys