Marcosi
Verified User
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:
But not this time. Now the login page don't load, and in the terminal I can see the following error:
Being a newbie I don't know how to fix this, and any help is appreciated.
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.