MySQL Libaries Problems [REP+] - 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: MySQL Libaries Problems [REP+] (
/showthread.php?tid=595420)
MySQL Libaries Problems [REP+] -
SecretBoss - 02.12.2015
Hello guys,
Today we tried to configure my VPS, after a lot of effort we ended up with all the basic things installed, so we started uploading the gamemode, unfortunately we faced the following error
It's xampp MySQL
Код:
Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
Our os: Ubuntu 14.04 XAMPP MySQL
I am using BlueG's plugin (R39-4), I tried to update all libraries, we also tried mysql_static.so server worked but when I tried to enter the server, server got crashed, any help would be very highly appreciated (And repped too).
Also I would like to add that we have already tried some solutions we found on other topics and nothing worked.
Thanks for reading
Re: MySQL Libaries Problems [REP+] -
PinkFloydLover - 02.12.2015
I would say that you don't have the correct library installed on your server, you should be able to use the static version and get the server running, you should focus on why your server is crashing when you use it.
Re: MySQL Libaries Problems [REP+] -
DRIFT_HUNTER - 02.12.2015
Awww many people have these problem but not me for some reason...
try following:
Код:
sudo apt-get update
sudo apt-get install mysql
Try that and if it still drops same error also install:
Код:
sudo apt-get install libmysqlclient16
Re: MySQL Libaries Problems [REP+] -
Vince - 03.12.2015
I'm questioning the use of XAMPP on a production server. This is of course fine for development on your local machine, but XAMPP also includes lots of things you actually don't need, which can gobble up disk space and processor time. Especially Apache is a major resource hog. If the web server's only purpose is to serve phpMyAdmin then something like Lighttpd is a better choice.
http://www.tecmint.com/install-light...-ubuntu-14-04/
Re: MySQL Libaries Problems [REP+] -
SilverStand - 03.12.2015
i got same that problem last week, but i tried using mysql_static and then i tried run the server
and the server work fine