DirectAdmin login page do not load after MySQL update.

Status
Not open for further replies.

Marcosi

Verified User
Joined
Apr 14, 2012
Messages
40
Location
Cyprus / Sweden
I'm a junior server admin for a server having Ubuntu 12.04.2 LTS, and Direct Admin 1.43.0 Last night u updated MySQL 5.5.30 to 5.5.31 For some reason I always get a problem with DA after a MySQL update. But also normally it can be fixed using the following commands:

wget -O /usr/local/mysql/lib/libmysqlclient.so.16 http://files.directadmin.com/services/debian_5.0_64/libmysqlclient.so.16

chmod 755 /usr/local/mysql/lib/libmysqlclient.so.16

ldconfig

But not this time. Now the login page don't load, and in the terminal I can see the following error:

/sbin/ldconfig.real: /usr/local/mysql/lib/libmysqlclient.so.16 is not a symbolic link

Being a newbie I don't know how to fix this, and any help is appreciated.
 
And 5 minutes later I found the solution:

Code:
service directadmin restart

Please delete this thread, and I'm sorry for any inconvenience.
 
Status
Not open for further replies.
Back
Top