SA-MP Forums Archive
libmysqlclient16 Issue - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: libmysqlclient16 Issue (/showthread.php?tid=492153)



libmysqlclient16 Issue - Stefand - 02.02.2014

Hello,

I just bought a VPS since I needed a cheap test server with 0.3ZRC3, anyways
I got everything set up and running only when I run the script it says that libmysqlclient16.so is not being found..

Can someone help me with this? (****** and search option did not help.)


Re: libmysqlclient16 Issue - Matt - 02.02.2014

Quote:
Originally Posted by Lightning[SV]
Посмотреть сообщение
For Debian 6 amd64, Mow's Ubuntu advice is very similar:

Use the Ubuntu plugin: http://files.g-stylezzz.com/mysql/re...buntu/mysql.so

Now you need the i386 mysql libs or you will get the 'Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)' error.

Код:
wget http://security.debian.org/debian-security/pool/updates/main/m/mysql-5.1/libmysqlclient16_5.1.73-1_i386.deb
mkdir mysql32
dpkg --extract libmysqlclient*deb mysql32
mv mysql32/usr/lib/* /usr/lib32
Worked for me