11.12.2011, 10:30
I saw something like this:
Where do i have to put this?
Edit:
How to get the libmysqlclient_r.so.16 in there?
Код:
wget -c http://security.ubuntu.com/ubuntu/pool/m...402486wget -c http://mirrors.kernel.org/ubuntu/pool/un...02486mkdir mysql32 dpkg --extract libmysqlclient*deb mysql32 sudo mv mysql32/usr/lib/* /usr/lib32/
Edit:
Quote:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Are you positive that you have the libmysqlclient_r.so.16 placed in the server executable folder? Are you also positive that you have the mysql.so placed in the "plugins" folder? |