MySQL Library issues
#1

Hey guys I'm trying to set up my friends SA:MP server on a VPS, i am using the really old R7 (as the gamemode was using R7 originally and porting it to newest one is kinda tedious work) ,but when i run the server i get a message in the server_log.txt saying this:

Quote:

Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)

What is the solution for this?
Reply
#2

what os you are using in your vps?
Reply
#3

Debian 7.10 (Wheezy)
Reply
#4

Use mysql_static.so plugin
Reply
#5

Quote:
Originally Posted by Astralis
Посмотреть сообщение
Use mysql_static.so plugin
there no static in lastest version of mysql plugin

use this on console (ssh)
PHP код:
sudo apt-get install libmysqlclient18 
and restart the server (not vps)
Reply
#6

He says he's using R7. Very old but as far as I know that one had a static version.

Debian 7 and up probably have libmysqlclient18 already installed, thereby making libmysqlclient16 obsolete. I don't even know if it's possible to overwrite it with an older library or even if it's possible to install them side by side.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)