SA-MP Forums Archive
libmysqlclient16 mysql - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: libmysqlclient16 mysql (/showthread.php?tid=486885)



libmysqlclient16 mysql - ombre - 11.01.2014

Hello,

I have debian 7 64 for run samp I use apt-get install lib32stdc++6 all works ( 3 plugins ) safe MySQL plugin R6
https://sampforum.blast.hk/showthread.php?tid=56564

I use:
x86 (compiled on Debian5) "mysql_debian.so"


Код:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[17:58:20] filterscripts = ""  (string)
[17:58:20]
[17:58:20] Server Plugins
[17:58:20] --------------
[17:58:20]  Loading plugin: mysql_debian.so
[17:58:20]   Failed (libssl.so.0.9.8: cannot open shared object file: No such file or directory)
[17:58:20]  Loading plugin: sscanf.so
[17:58:20]
So use Debian 5 (mysql.so) only 100ko

Код:
SA-MP Dedicated Server
----------------------
v0.3x-R2, ©2005-2013 SA-MP Team

[18:11:30] filterscripts = ""  (string)
[18:11:30]
[18:11:30] Server Plugins
[18:11:30] --------------
[18:11:30]  Loading plugin: mysql.so
[18:11:30]   Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[18:11:30]
Many review like to make:

apt-get install libmysqlclient16

or

wget http://ftp.de.debian.org/debian/pool....49-3_i386.deb
dpkg-x libmysqlclient16_5.1.49-3_i386.deb mysql32
mv mysql32/usr/lib / / usr/lib32 /

or others
I do not want to make a mistake. Thanks to help.


Re : libmysqlclient16 mysql - ombre - 11.01.2014

remove .