MySQL Libaries Problems [REP+]
#1

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
Reply
#2

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.
Reply
#3

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
Reply
#4

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/
Reply
#5

i got same that problem last week, but i tried using mysql_static and then i tried run the server

Код:
nohup ./samp03svr &
and the server work fine
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)