CentOS - Server won't start - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: CentOS - Server won't start (
/showthread.php?tid=440434)
CentOS - Server won't start -
cotyzor - 29.05.2013
Код:
[15:22:02] Loaded.
[15:22:02] Loading plugin: mysql.so
[15:22:02] Failed (libmysqlclient_r.so.15: cannot open shared object file: No such file or directory)
[15:22:02] Loaded 2 plugins.
I put libmysqlclient_r.so.15 in the root directory
Re: CentOS - Server won't start -
jordy.kiesebrink - 29.05.2013
you are running a 64 bit machine?
Re: CentOS - Server won't start -
ColorHost-Kevin - 29.05.2013
You need to install mysql.
Do this command if you own the machine its hosted on:
yum install mysql mysql-server
Re: CentOS - Server won't start -
Kyle - 29.05.2013
Quote:
Originally Posted by ColorHost-Kevin
You need to install mysql.
Do this command if you own the machine its hosted on:
yum install mysql mysql-server
|
Infact, this isn't entirely correct,
try yum install mysqld
or install the libraries required!
Re: CentOS - Server won't start - Guest9328472398472 - 30.05.2013
****** it.
https://sampforum.blast.hk/showthread.php?tid=348761
http://forum.sa-mp.com/showpost.php?...41&postcount=2
It helps a lot when you ******
Re: CentOS - Server won't start -
cotyzor - 30.05.2013
CentOS release 6.4 (Final)
And I tried what JavaunMiller says
Re: CentOS - Server won't start -
linuxthefish - 30.05.2013
bad advice, ignore this
Re: CentOS - Server won't start -
cotyzor - 30.05.2013
I tried this, because I read it in JavaunMiller's link ... I'm using BlueG's MySQL R5 plugin
Re: CentOS - Server won't start -
linuxthefish - 30.05.2013
post the output of: cat /etc/*release*
EDIT: This may or may not work, but try:
Re: CentOS - Server won't start -
cotyzor - 30.05.2013
Solved. Now another problem: when a player connects to the server, the server doesn't show login dialog
Quote:
[09:04:59] Incoming connection: x.x.x.x:61699
[09:05:29] Kicking x.x.x.x because they didn't logon to the game.
|