[vps Ubuntu 14.04 32bit]libmysqlclient_r.so.16 -
gotwarzone - 01.02.2015
[11:28:36 Loading plugin: mysql_static.so
[11:28:36 Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Plugins :
Mysql R7
Streamer v2.6.1
sscanf 2.8.1
Whirlpool
Re: [vps Ubuntu 14.04 32bit]libmysqlclient_r.so.16 -
ZaBraNjeNi - 01.02.2015
See here:
-
http://forum.sa-mp.com/showpost.php?...&postcount=553
Re: [vps Ubuntu 14.04 32bit]libmysqlclient_r.so.16 -
hEy72 - 01.02.2015
Are you Blake gotwarezone ?
Re: [vps Ubuntu 14.04 32bit]libmysqlclient_r.so.16 -
Sew_Sumi - 04.02.2015
Quote:
Originally Posted by ZaBraNjeNi
|
That, is 5 years old. It also didn't fix the problem in that thread either.
Re: [vps Ubuntu 14.04 32bit]libmysqlclient_r.so.16 -
SimplyFragHosting - 07.02.2015
Hello Please run all the following commands
apt-get install mysql-server-5.5
apt-get install libmysqlclient-dev
apt-get install libmysqlclient18
apt-get install libmysqlclient16
this will get all the common mysql libs which aren't depreciated.
Should this fail use this:
wget -O /usr/local/mysql/lib/libmysqlclient.so.16
http://files.directadmin.com/service...qlclient.so.16
wget -O /usr/lib/libmysqlclient.so.16
http://files.directadmin.com/service...qlclient.so.16
wget -O /usr/lib/libmysqlclient_r.so.16
http://files.directadmin.com/service...qlclient.so.16
Failing that you can try getting the DEB file for libmysqlclient16 and installing it directly using dpkg.
Last resort: wget
http://launchpadlibrarian.net/759547...ntu1_amd64.deb
dpkg -i ./libmysqlclient16_5.1.58-1ubuntu1_amd64.deb
Kind Regards
Jack
SimplyFrag.co.uk
Re: [vps Ubuntu 14.04 32bit]libmysqlclient_r.so.16 -
Sew_Sumi - 08.02.2015
Quote:
Originally Posted by gotwarzone
Mysql R7
|
Why are you actually running such an outdated plugin?
This is up to at LEAST R39 now......
Streamer is also up to 2.7.5.1.
Re: [vps Ubuntu 14.04 32bit]libmysqlclient_r.so.16 -
God'Z War - 08.02.2015
Try this step, this will fix everything
For 64 BIT
For 32 BIT
Tested, Worked well
Re: [vps Ubuntu 14.04 32bit]libmysqlclient_r.so.16 -
Jake187 - 08.02.2015
download and install this repo
http://dev.mysql.com/downloads/repo/apt/
when you install the 5.6 mySQL venison you can use
apt-get install libmysqlclient16 and many others and this is the only official repo from MySQL themselves and will include all the latest updates.