mysql start server error - 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: mysql start server error (
/showthread.php?tid=480448)
mysql start server error -
26_RUSSS - 10.12.2013
hello.
help my at start server log mysql
Код:
SA-MP Dedicated Server
----------------------
v0.3x-R2-1000p, ©2005-2013 SA-MP Team
[00:28:49] filterscripts = "" (string)
[00:28:49] weburl = "http:" (string)
[00:28:49] password = "" (string)
[00:28:49]
[00:28:49] Server Plugins
[00:28:49] --------------
[00:28:49] Loading plugin: sscanf.so
[00:28:49]
[00:28:49] ===============================
[00:28:49] sscanf plugin loaded.
[00:28:49] © 2009 Alex "******" Cole
[00:28:49] 0.3d-R2 500 Players "dnee"
[00:28:49] ===============================
[00:28:49] Loaded.
[00:28:49] Loading plugin: streamer.so
[00:28:49]
*** Streamer Plugin v2.6.1 by Incognito loaded ***
[00:28:49] Loaded.
[00:28:49] Loading plugin: mysql.so
[00:28:49] Failed (plugins/mysql.so: wrong ELF class: ELFCLASS64)
[00:28:49] Loaded 2 plugins.
[00:28:49]
[00:28:49] Filterscripts
[00:28:49] ---------------
[00:28:49] Loaded 0 filterscripts.
[00:28:49] Script[gamemodes/new.amx]: Run time error 19: "File or function is not found"
[00:28:49] Number of vehicle models: 0
server Cost and VPS - OC.Debian 6 x64 help MY please
Re: mysql start server error -
Mark™ - 11.12.2013
A 32 bit program[sa-mp server] CANNOT run a 64 bit library as it's simply not compatible, hence the ELFCLASS64 error. Download the 32 bit build of mysql plugin from the github and try again.
Re: mysql start server error -
26_RUSSS - 11.12.2013
error log
Код:
[04:15:01] Loaded.
[04:15:01] Loading plugin: mysql.so
[04:15:01] Failed (libmysqlclient_r.so.16: cannot open shared object file: No such file or directory)
[04:15:01] Loaded 2 plugins.
in /usr/lib there yet plugin libmysqlclient_r.so.16 HELP!!
Re: mysql start server error -
Mark™ - 11.12.2013
Use the static version of the plugin instead of dynamic.